4
votes
6answers
151 views
Where to find good looking and Vista look-alike user interface icons?
Ok, I know that Visual Studio ships with a few user interface icons but they are few and most of all, they are kinda outdated and don't fit well into Vista or Seven.
I like pretty …
3
votes
2answers
448 views
Save File to Desktop in Vista/Windows 7 in .NET 2.0
Hi,
I'm working on updating one of our applications. It must use .NET 2.0. One portion creates a file on the Desktop using
FileStream fs = new FileStream(Environment.GetFolder …
3
votes
1answer
209 views
FileSystemWatcher not monitoring local user folder or temporary internet files folder in Vista (64bit)
Hi Guys,
I wrote a test program to monitor my Picture folder which points to c:\users[username]\Pictures and temporary internet files folder for the same user. This is program wor …
3
votes
5answers
156 views
User Interface Icons
Does anyone know where I can find well-designed User Interface Icons??
I'm looking for 16x16 for a toolbar that I'm Designing. I really enjoy the OS style, but I need some that w …
2
votes
0answers
24 views
How does Vistalizer work
How does Vistalizer manage to override the language limit in Windows Vista Home edition. Which api's does it use to allow installation of Multiple language packages.
2
votes
3answers
181 views
Is it possible to run an application as Administrator from the Delphi IDE
I am trying to debug an application in Delphi 2007 on a Vista machine. The application was originally written for XP so it must be run with administrator privileges. I know that …
2
votes
3answers
137 views
WPF MoveFocus() working on Vista, not XP
The following bit of code works on Vista as expected (focus is moved down the ListView), but on XP SP3 (with .Net 3.5 SP1 on both) it moves only between the first two items of the …
2
votes
3answers
133 views
Detecting symlinks (mklink) on Vista/7 in Python without Pywin32
Currently the buildout recipe collective.recipe.omelette uses junction.exe on all versions of Windows to create symlinks. However junction.exe does not come with Windows by default …
2
votes
2answers
76 views
Multithreaded Engine Windowed random slowdown
We have a task based multithreaded engine set up where a scheduler passes the task to the threads lock-free queue. The engine is in C++ with DirectX for the rendering and we are us …
2
votes
2answers
243 views
Installing ‘WCF HTTP Activation’ on Windows Vista fails?
This is only remotely development related, but basically I wanted to install the MS Azure SDK which relies on an installed IIS 7, ASP.Net but also a working installation of the 'WC …
2
votes
2answers
237 views
CreateDesktop() with vista and UAC on (C, windows)
I asked this in http://stackoverflow.com/questions/1188396/createdesktop-with-vista-uac-c-windows
I set a bounty but in trying to vote down the only answer the "accept" was presse …
2
votes
1answer
305 views
How to host a WCF service in a web application with netNamedPipeBinding and WAS on Windows Vista
I am trying to host a WCF service with netNamedPipeBinding in a web applicaion on a Vista machine.
I enabled the non-HTTP service activation as described in this article: http://m …
2
votes
0answers
74 views
NSIS Integration with Windows Games Explorer
I'm trying to get the NSIS installer for my game to register the game with the Games Explorer in Vista/Win7. In all other respects, my installer is working fine - but I've had a d …
2
votes
2answers
332 views
Vista UAC - Trouble Mapping Network Drives
We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues.
Our application maps the drive non-elevated, so if the user br …
2
votes
3answers
1k views
C# file write permission issue under “Program Files” folder
Hello everyone,
I am using inno setup to make a installation package for my application, and my application is written by C# + .Net 2.0 + VSTS 2008. Inno setup => http://www.jrsof …
