Tagged Questions

1
vote
0answers
6 views

Win7: Monitor DC of secondary Monitor gets offset if disableing Aero

Szenario: Screen capturing on multi display machines. Capture screen of secondray monitor [which is the only affected] Turn off Aero: DwmEnableComposition(DWM_EC_DISABLECOMPOSITION) Create a …
1
vote
1answer
23 views

EnumDisplaySettings reports wrong values on Win7 with Nvidia cards

I've been encountering a problem when trying to query all available resolutions on some nvidia cards under Win7. for(int i = 0; EnumDisplaySettings( deviceName.c_str(), i, &dm) != 0; ++i) …
0
votes
0answers
76 views

Sharing folders with VirtualBox, Win7 Host and Ubuntu 9.10 Guest [closed]

I have a development setup from this tutorial: http://www.sitepoint.com/blogs/2009/10/27/build-your-own-dev-server-with-virtualbox/ But what I can't figure out is how to share a folder on my Ubuntu …
0
votes
1answer
13 views

Prism/CAL and WIn7 Taskbar Grouped Thumbnails/Preview

So I'm using Prism v2 (CAL) in an app with four separate modules, loaded as tab controls. Works great so far. Quesiton(s): How do I have one grouped taskbar icon in Win7 for each tab, and how do I get …
0
votes
0answers
35 views

Reinstalling Applications after Win 7 installation [closed]

I'm preparing to upgrade to Win 7 and am trying to ensure that I will be able to reinstall all the relevant applications. Since most applications require product keys, I'm curious if the …
1
vote
2answers
101 views

Kubunutu/Windows 7 dual-boot and git

Hi, I've been using Kubuntu and Windows 7 on my laptop for some time. Recently I also started using git to keep track of a project I'm working on. At first I thought I'd use the same git repo for …
0
votes
1answer
86 views

WNetAddConnection2 in Windows 7 with Impersonation and no Error Code

I'm doing some crazy impersonation stuff to get around UAC dialogs in Windows 7 so the user does not have to interact with the UI (I have the admin creds of course). I have a process running as the …
2
votes
1answer
112 views

Program Compatibility Assistant thinks my app is an installer

I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller. When I run this program outside of the debugger (just an empty form with no functionality …
1
vote
1answer
189 views

C# How to programatically change the playback device

How can I programatically change the default audio device on a vista / win 7 system? Using C# or a Win API call?