windows-7

How to get Windows Mobile Device Center To Connect to the Emulator

三世轮回 提交于 2019-12-18 12:16:22
问题 I have recently installed Windows 7 and I have come to a conclusion. While Active Sync was old and did not work great, it did work. I could connect to my devices and emulators after the proper rituals and incantations. The other conclusion I have come to is that Windows Mobile Device Center is worse that Active Sync was. I cannot get it to reliably connect to my emulator (yes, I have set the connection type to DMA) despite how many times I cradle and uncradle. (The emulator connects to the

Pinning a Java application using Launch4j to the Windows 7 taskbar

拈花ヽ惹草 提交于 2019-12-18 11:12:40
问题 I'm currently trying to pin a Java application to the Windows 7 taskbar. The application is launched with Launch4j. The program icon is displayed correctly but right-clicking the icon on the taskbar only shows a context-menu with the entry "Close window". No menu entry for pinning the application to the taskbar. Dragging the EXE file into the taskbar is also not working properly. When clicking this new launcher in the taskbar then a second icon spawns in the taskbar. I followed the

Hadoop Configuration on Windows through Cygwin

二次信任 提交于 2019-12-18 11:11:49
问题 I am trying to configure Hadoop on my Windows 7 machine. I am able to start name node and other services, but as I am running an example which comes with the Hadoop package (version 1.0.3), following error is coming: bin/hadoop: line 320 : C:\Program: Command not found. I ran the example with the following command: bin/hadoop jar hadoop-examples-1.0.3.jar pi 10 I opened this hadoop file in which error is coming and found that in line 320 a path is being generated: JAVA_PLATFORM=`CLASSPATH=$

Windows 7 style Notifications Flyouts in Delphi

孤人 提交于 2019-12-18 10:51:03
问题 Regarding Notification Area recommendations by Microsoft, I'm looking for ideas or a Delphi component to implement Notification Area Flyouts. The first "natural" idea is to use a standard Delphi form, but I'm facing two issues with it: I can't get the form border behavior using the standard "BorderStyle" property. Tried to "mimic" the border using the GlassFrame property along with BorderStyle set to bsNone, but there's no GlassFrame when there's no border (at least, in Delphi 2007). I can't

The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly

為{幸葍}努か 提交于 2019-12-18 10:48:21
问题 I am getting repeated errors about the ReadOnly property on performance counters whenever I try to debug a .NET windows service app. This app works fine on x86 windows vista, or x86 windows 2003. It's just stopped working on my new 64bit dev machine. I've run the relevant InstallUtil invocations on 64bit and 32bit command line VCVARS.bat, in admin mode. I get no errors setting up the category and each perf counter . But, regardless of whether I set the perf ctrs as readonly or not, I get this

connect to sql via windows authentication over vpn

不打扰是莪最后的温柔 提交于 2019-12-18 10:29:38
问题 Is there any way I can connect to a remote SQL server with Windows Authentication over VPN? I can connect to the VPN server in Windows 7 using Domain Credentials like \DOMAIN\user but I want to be able to connect to the SQL server with the Domain Credentials because I don't have the sa account . 回答1: Try creating a shortcut with: runas /noprofile /netonly /user:domain\username ssms.exe You may have to hard-code the path to ssms.exe. In a few locations it will look in SSMS like you are using

How to make a WPF Window to blink on the taskbar?

♀尐吖头ヾ 提交于 2019-12-18 10:27:18
问题 A given moment my WPF app needs user attention. I know it is possible to make the Windows 7 taskbar icon to flash with a yellow color. I tried so far: Window.Activate Attempts to bring the window to the foreground and activates it. Window.Focus Attempts to set focus to this element. Any suggestions? 回答1: Here's one possible solution: http://www.jarloo.com/flashing-a-wpf-window/ In the code sample, two extensions methods are created for the Window class: FlashWindow and StopFlashingWindow:

QtCreator and TBB under Windows

穿精又带淫゛_ 提交于 2019-12-18 09:45:15
问题 I have compiled TBB from source using Mingw following the comment #5 in this post: http://software.intel.com/en-us/forums/topic/291331. That went ok. When I try to use the new TBB library in a QtCreator project, I end with this errors (ignore the warning messages): http://postimage.org/image/yrrecugix/ Here's the sample code I tried (I omit the non-tbb code): #include "tbb/task_scheduler_init.h" int main() { tbb::task_scheduler_init init; /// more things. } And here's the .pro file: TEMPLATE

UX Design for Disabled Controls w/ the Touch Interface

北慕城南 提交于 2019-12-18 09:14:12
问题 So we're re-designing a desktop application so that it's also usable with thye Touch Interface with Windows 7. We've consulted the UX guidelines. For some part of the UI, there are toolbox icons that are disabled because of some arcane rules (the software communicates with a hardware device). We disable the actions that aren't applicable (because of some condition) and let the user hover the mouse on the tool icon to see the tooltip explanation on why that tool is disabled. Since there is no

Can I develop software for Microsoft Surface on Windows 7 machine

我是研究僧i 提交于 2019-12-18 09:02:53
问题 I want to develop a WinRT app for Surface. There is one detail I cannot find anywhere. Will I be able to compile and run on the device using Windows 7 or I need to upgrade to Windows 8? 回答1: No, you can't develop an RT "Modern" style app on Windows 7. You'll need Windows 8 either installed as your main OS or hosted in a VM. 回答2: It is possible to develop with virtual machine(Win8) in windows 7 unfortunately if you want to develop without virtual machine you have to upgrade it 回答3: Not