tagged [windows-vista]
SHGetImageList - SHIL_JUMBO for smaller icons (32,32)
SHGetImageList - SHIL_JUMBO for smaller icons (32,32) In my code I get a list of images through the function SHGETImageList with size SHIL_JUMBO. ``` IImageList iml; var hres = SHGetImageList(SHIL_JUM...
- Modified
- 27 Jan at 18:49
Vista Business Login and RDP Problems
Vista Business Login and RDP Problems At work, I running Vista Business on a lavishly new PC, which runs great excepting two issues. In order of annoyance, but not importance: 1. When I reboot the mac...
- Modified
- 7 Nov at 21:22
How can I detect when the .NET Framework feature is "turned off" in Windows 7 / Vista?
How can I detect when the .NET Framework feature is "turned off" in Windows 7 / Vista? My application requires the .NET Framework version 3.5. I recently ran into a customer that had the .NET Framewor...
- Modified
- 19 Apr at 18:51
Active Directory - Check username / password
Active Directory - Check username / password I'm using the following code on Windows Vista Ultimate SP1 to query our active directory server to check the user name and password of a user on a domain. ...
- Modified
- 23 May at 12:19
Process.Start with different credentials with UAC on
Process.Start with different credentials with UAC on I am trying to start another process with Process.Start running under different credentials with the UAC turned on. I get the following error: > Sy...
- Modified
- 25 Feb at 15:24
"Unable to read data from the transport connection: net_io_connectionclosed." - Windows Vista Business and SMTP
"Unable to read data from the transport connection: net_io_connectionclosed." - Windows Vista Business and SMTP Unable to test sending email from .NET code in Windows Vista Business. I am writing code...
- Modified
- 3 Feb at 17:12
Taking screenshots in Windows Vista, Windows 7, with transparent areas outside the app region
Taking screenshots in Windows Vista, Windows 7, with transparent areas outside the app region I am trying to take a screenshot of an application and I would like to make the parts of the rectangle tha...
- Modified
- 25 Aug at 10:27