windows-7

Custom Windows 7 Start Menu Search Provider

不羁的心 提交于 2019-12-21 20:23:14
问题 I'd like to write custom providers for start menu searching, but I can't seem to find where to begin. Things I'd like to be able to do when I type in the search box on the start menu Type "thomas" and see "IM Thomas" (if a Pidgin/whatever-IM-client-with-API contact exists with the name match) Type "=1+2*3" and see "7", or "=2 gallons in ounces" and see "256" Anything else I can think up where I have a store of custom data results that could be launched from the start menu. This would be

Display issues on multiple screens after Windows 7 Update KB4034664 (August 2017)

梦想的初衷 提交于 2019-12-21 20:19:10
问题 Users of our application have been experiencing problems with their Swing GUIs not drawing correctly. The common link between all users with problems is that they've recently applied a Windows update. Users have reported that dialogs draw correctly on some monitors but not on others. An example of the kind of problems we're seeing*: Users also report dialogs which only show a frame, and are otherwise transparent. Effectively the same kind of problems you'd see if the UI thread were blocked.

Error Installing Firefox Addon SDK Python

穿精又带淫゛_ 提交于 2019-12-21 19:23:33
问题 Hello im trying to figure out how to properly install Firefox Addon SDK, I've followed all the installation details such as: Installing Python 2.7, setting my PATH Variables correctly, and running the addon from my cmd.exe .. Everytime I run the command line to start developing an addon I get this error: C:\mozilla-build\addon-sdk\bin>activate.bat Warning: Failed to find Python installation directory IFrom my understanding I have everything properly configured, Can anyone help with this error

User mycomputer\myloginName does not have required permissions

﹥>﹥吖頭↗ 提交于 2019-12-21 18:38:02
问题 I am trying to access the report manager url for SSRS. But, I keep on getting the error below - User mycomputer\myloginName does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed. I tried to run my browser as admin as described here - User '' does not have required permissions, SSRS 2008 on Windows 8 with no success. I also don't see the 'site settings' on top-right corner as mentioned by

Questions about add firewall exception in wix installer by firewall extension

自古美人都是妖i 提交于 2019-12-21 17:41:45
问题 I am new to Wix installer . I am trying to add firewall exception for my program. My code is as follow: <Component Id="_VIEW.EXE" Guid="*" Transitive="yes"> <File Id="view.exe" Name="view.exe" KeyPath="yes" Source="$(var.INSTALLSOURCE)\view.exe"> <fire:FirewallException Id="view_firewall_domain_tcp" Name="View" Protocol="tcp" Scope="any" IgnoreFailure="yes" Profile="domain" /> <fire:FirewallException Id="view_firewall_domain_udp" Name="View" Protocol="udp" Scope="any" IgnoreFailure="yes"

windows 7 - where and how can I store machine user independent data?

女生的网名这么多〃 提交于 2019-12-21 17:27:00
问题 I have an app (32 bit c++) running under XP that I need to adapt to run under Windows 7 and Vista. It needs to store a few dozen bytes of data someplace independent of User. Under XP, I stored the data in the registry under HKEY_LOCAL_MACHINE\Software. When I run the app on Windows 7 the registry entries are virtual-ized and each user gets a separate copy of the data. The non-virtual-ized registry seems like a logical place for the data but I have no idea how to go about doing so. I note that

SignalR .NET Client doesn't support WebSockets on Windows 7

这一生的挚爱 提交于 2019-12-21 12:57:09
问题 I've written a small echo-server (.net 4.5), console client (.net 4.5) and web client using SignalR and example presented here. Server is hosted in IIS8/Win8. Then I ran both clients on Win7. and I see that web client in Chrome uses webSockets, while console app client uses serverSentEvents. If I run console client on Win8, then webSockets transport is in use. Is it true that SignalR .NET client will use webSockets only on Win8 and higher? 回答1: It's correct: .NET client uses WebSockets only

SignalR .NET Client doesn't support WebSockets on Windows 7

女生的网名这么多〃 提交于 2019-12-21 12:57:02
问题 I've written a small echo-server (.net 4.5), console client (.net 4.5) and web client using SignalR and example presented here. Server is hosted in IIS8/Win8. Then I ran both clients on Win7. and I see that web client in Chrome uses webSockets, while console app client uses serverSentEvents. If I run console client on Win8, then webSockets transport is in use. Is it true that SignalR .NET client will use webSockets only on Win8 and higher? 回答1: It's correct: .NET client uses WebSockets only

Can Apache Cordova compile to legacy Windows desktop apps (non-metro)?

懵懂的女人 提交于 2019-12-21 12:25:52
问题 I need to develop an app that retrieves and saves data interacting with users, with a high focus on multi-platform support and rapid development. The app does not require heavy graphics or processing etc. I'm considering the use of Apache Cordova. Can it compile and run as a native desktop app on Windows (not as WinRT metro app)? How about Windows 7 and XP? 回答1: There is a windows 7 cordova https://github.com/otcshare/cordova-win7 More info: http://www.raymondcamden.com/2012/07/12/Windows-7

Connect to PostgreSql database in Linux VirtualBox from Win7

瘦欲@ 提交于 2019-12-21 11:09:11
问题 As said in headline, from Win7 host I'm trying to access Postgres 9.3 established in Linux Centos 5.8 which is in VirtualBox on the same machine. I'm trying to access it from PGAdmin and everything is OK when I start the Postgre from Win7 services, so PGAdmin is well configured. What have I tried? I've read many articles about this subject, and even some questions on this forum but nothing worked. I have: switched to NAT and forwarded port 5432 in VirtualBox GUI set listenadresses = '*' in