问题标签 [windows-7]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1160 浏览

com - IAudioSessionManager2 通知未发送

我正在尝试通过 Windows 7 的 IAudioSessionManager2 COM 接口(与 IAudioSessionNotification 结合)监视新的音频会话。目前, IAudioSessionNotification::OnSessionCreated() 从未被调用过,我已经想不出为什么了。

注册自定义 IAudioSessionNotification 的代码:

CustomAudioNotifications 声明:

OnSessionCreated 只是暂时在创建会话时向窗口发布消息;这永远不会发生。以防万一我的假设完全不成立,我希望在尚未播放音频的应用程序开始播放时收到通知;因此启动带有视频文件的 VLC 应该会立即产生通知,而通过 Web 浏览器访问 Pandora 也会触发这样的通知。

调试显示所有返回值都是 S_OK。

我的 COM 经验非常有限,所以指出一般的“WTF”?也将不胜感激。

0 投票
2 回答
1717 浏览

.net - 有人在 Vista/Win7 中创建了 WPF 工具栏控件吗?

我想向 WPF 应用程序添加一个工具栏,它看起来像 Windows 7 资源管理器中的工具栏(见下图)。因为我是 WPF 的新手,所以我想知道是否有一个 WPF-Control(免费/开源)我可以使用,而不必创建一个新的。我已经搜索过了,但找不到任何有用的东西。

替代文字 http://www.pic-upload.de/23.04.09/juv56l.png

0 投票
2 回答
2355 浏览

windows-7 - 关于 Direct2D 和 DirectWrite 功能

有人知道如何在 XP 和 Vista 中启用 Direct2D 和 DirectWrite 功能吗?Direct2D 和 DirectWrite 是在 Windows 7 中引入的。

0 投票
3 回答
1799 浏览

windows-7 - Windows 7 TextureBrush..ctor() 错误

我有一个在 XP 和 Vista 上运行良好的 .NET 2.0 应用程序,但在 Windows 7 RC (x64) 上它崩溃并出现以下错误:

异常信息


异常类型:System.OutOfMemoryException 消息:内存不足。数据:System.Collections.ListDictionaryInternal TargetSite:Void .ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode) HelpLink:NULL 来源:System.Drawing

StackTrace 信息


在 System.Drawing.TextureBrush..ctor(Image image, WrapMode wrapMode) at System.Windows.Forms.ControlPaint.DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect, Point scrollOffset, RightToLeft rightToLeft ) 在 System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle) 在 System.Windows.Forms.Control 的 System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle, Color backColor, Point scrollOffset)。 OnPaintBackground(PaintEventArgs pevent) 在 System.Windows.Forms.ScrollableControl.OnPaintBackground(PaintEventArgs e) 在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 层, Boolean disposeEventArgs) 在 System.Windows.Forms.Control.WmPaint( System.Windows.Forms.Control 处的消息和 m)。WndProc(Message& m) 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)

关于为什么会发生这种情况的任何想法,或者我如何围绕它进行编程?它只是绘制没有特殊背景的标准winform。

更新:我发现这只是当 BackgroundImageLayout = ImageLayout.Tile 时的问题,这也是默认设置。将其设置为缩放或居中,问题就会消失。但这很不令人满意,因为我需要它来平铺。

0 投票
22 回答
320125 浏览

php - http://localhost/ 在 Windows 7 上不起作用。有什么问题?

我在 Windows 7(测试版)上打开http://localhost/时遇到了一个大问题。我安装了这个操作系统,一切都很顺利;当我安装 Wamp 时,我看到 localhost 根本不起作用。我只看到这个错误:

连接失败

Firefox 无法在 localhost 上建立与服务器的连接。

在 Mozilla 和资源管理器中。

我删除了 Wamp,几周后(即从今天开始的两周)我在 Windows 7 上安装了 NetBeans。我创建了一个测试 PHP 脚本,当我调试它时,我再次遇到同样的错误。我尝试使用 ip 127 访问它....但仍然相同。问题是什么?
当我安装 NetBeans 时,我将它安装在端口 8080 中。

0 投票
2 回答
3435 浏览

visual-studio - 为什么 VS 2008 sp1 在 Win7 RC 上安装 abort?

在 Windows 7 RC 中安装 Visual Studio 2008 sp1 时遇到以下错误怎么办?

0 投票
1 回答
386 浏览

search - Stack Overflow Windows 7 搜索连接器

如何为 Stack Overflow 编写 Windows 7 搜索连接器?

0 投票
3 回答
659 浏览

windows-7 - 新的 Windows 7 系统托盘 - 现在如何向用户显示信息

新的 Windows 7 默认隐藏系统托盘图标。

现在向用户显示信息的推荐方式是什么?

我需要让用户可以看到一个可点击的小图标,以便用户可以随时访问我的“工具”。我应该使用小工具来显示我的 GUI 吗?它可以以某种方式与我的 Delphi 应用程序通信吗?

0 投票
2 回答
1544 浏览

visual-studio - Windows 7 RC (boot camp) 和 Visual Studio 2008 安装问题

我在训练营的 MacBook Air 上有一个 Windows 7 RC。一切都很好,除了 VS 2008 不会安装在系统上。它抱怨 Setup.exe 无效。奇怪的是,Visual Studio Express Edition SP1 安装正常。

我曾经在 Parallels 上安装过 Win7 Beta,并且安装成功。

有任何想法吗?

绒球

0 投票
3 回答
4382 浏览

winapi - 当前 Windows 版本中的 Win32 API 是否仍然“原生”?

如果我的程序主要使用 win32 API,我的 API 调用是否在 Windows XP/Vista/7 中模拟?