Tagged Questions
Windows Vista is an operating system released in several variations developed by Microsoft for use on personal computers, including home and business desktops, laptops, tablet PCs, and media center PCs. Prior to its announcement on July 22, 2005, Windows Vista was known by its codename "Longhorn." Development was completed on November 8, 2006
52
votes
6answers
43k views
C# - How to get Program Files (x86) on Vista x64
I'm using:
FileInfo(
System.Environment.GetFolderPath(
System.Environment.SpecialFolder.ProgramFiles)
+ @"\MyInstalledApp"
In order to determine if a program is detected on a users ...
32
votes
33answers
3k views
What is your best list of 'must have' development tools?
I recently burned up my development laptop (it literally emitted smoke from the vents). After pulling the hd I was unable to get it to spin with a USB device attached to a home tower. Since I was on a ...
25
votes
8answers
68k views
Maximum filename length in NTFS (Windows XP and Windows Vista)?
I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS as used by Windows XP or Vista?
21
votes
4answers
16k views
How to elevate privileges only when required?
This question applies to Windows Vista!
I have an application which normally works without administrative privileges. There is one activity which does need administrative privilege but I don't want ...
19
votes
2answers
528 views
What is the difference between the new TFileOpenDialog and the old TOpenDialog?
What is the difference between the new TFileOpenDialog and the old TOpenDialog?
In my computer (Win 7/DXE), when I run the code, the dialogs look the same.
19
votes
10answers
3k views
How to detect if a Windows version is legal or not?
I'm not interested in getting version information. All I want to do is to make sure my application will only run on a legal version of Windows and not on a pirated version. Windows uses some trick to ...
19
votes
3answers
4k views
How can I detect if my process is running UAC-elevated or not?
My Vista application needs to know whether the user has launched it "as administrator" (elevated) or as a standard user (non-elevated). How can I detect that at run time?
18
votes
2answers
4k views
Qt: Erase background (Windows Aero Glass)
Update
see Using Blur Behind on Windows for an example of using Qt and DWM.
Original question:
I want to create a Windows Aero Glass window with Qt, now it looks like this:
But after calling ...
18
votes
4answers
27k views
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.
public Object IsAuthenticated()
{
String ...
17
votes
6answers
8k views
How to detect whether Vista UAC is enabled?
I need my application to behave differently depending on whether Vista UAC is enabled or not. How can my application detect the state of UAC on the user's computer?
16
votes
5answers
746 views
As a developer, how should I use the special folders in Vista (and Windows 7)?
Where should I save data related to my application? Where should I save configuration files? Where should I save temporary files? Should I do it in "Documents" ? "AppData" ? etc....
What is the best ...
16
votes
7answers
11k views
“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 which I will migrate to an SSIS Package once it its proven. The code is to send an error message via email to ...
16
votes
3answers
7k views
System error 5 Access is denied when starting a .NET service
When I try to start a service I created in Visual Studio I receive the following error:
System error 5 has occurred.
Access is denied.
I am running the command line with elevated privileges, so ...
16
votes
8answers
3k views
Invoke Blue Screen of Death using Managed Code
Just curious here: is it possible to invoke a Windows Blue Screen of Death using .net managed code under Windows XP/Vista? And if it is possible, what could the example code be?
Just for the record, ...
15
votes
6answers
7k views
Windows XP vs Vista: NTFS Junction points
Problem: I relied heavily on NTFS Junction points in Windows XP, even though they apparently were not an "official" feature of the operating system. Now MSFT has generously made NTFS Junction points ...
15
votes
3answers
4k views
Request UAC elevation from within a Python script?
I want my Python script to copy files on Vista. When I run it from a normal cmd.exe window, no errors are generated, yet the files are NOT copied. If I run cmd.exe "as administator" and then run my ...
15
votes
6answers
9k views
Request Windows Vista UAC elevation if path is protected?
For my C# app, I don't want to always prompt for elevation on application start, but if they choose an output path that is UAC protected then I need to request elevation.
So, how do I check if a path ...
15
votes
17answers
1k views
Vista or XP for Dev Machine
I am about to get a new PC from work, and it will include the option to have either Vista Business as the OS, or a downgrade to XP Pro. Aside from a tiny bit of testing, I have never used Vista, but ...
14
votes
1answer
13k views
Why do 64bit dlls go to System32 and 32bit dlls to SysWoW64 on 64bit Windows?
I would like to know when do we need to place the file under
C:\Windows\System32 and C:\Windows\SysWOW64.
when I used 32 bit dll I placed it under syswow64 and when I used 64 bit dll I placed it in ...
14
votes
4answers
4k views
Chrome Style C# Applications?
I'm not talking about the vista glass feature, I already know how to accomplish that. The feature that I'm talking about is add controls to the titlebar, like office 2007 does with the logo and ...
14
votes
7answers
14k views
How do I disable the 'Debug / Close Application' dialog on Windows Vista?
When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears:
[Title: Microsoft Windows]
X has stopped working
A problem ...
14
votes
3answers
2k views
Make UAC optional in Windows Installer on Vista
I'm have written an msi file that offers a choice of "per-user" or "for all" installation in the UI phase, and now find that the installer fails on Vista:
if I just reuse the installer that works ...
13
votes
1answer
434 views
Pointer stability under Windows Vista
I have been using Visual Studio 2005 under Windows XP Pro 64-bit for C and C++ projects for a while. One of the popular tricks I have been using from time to time in the debugger was to remember a ...
13
votes
3answers
7k views
Installing Exhuberant Ctags on Windows (Vista and XP)
I want to use Exuberant Ctags on Vista (and probably the XP laptop) at work; no choice about the OS. I'm use GVim instead of the Flex Builder recommended by my co-worker, because the FB is buggy and ...
13
votes
5answers
6k views
Launching a Application (.EXE) from C#?
How can I launch a application using C#?
Requirements:
MUST work on XP and VISTA?
I have seen a sample from DinnerNow.net sampler that only works in vista?
13
votes
3answers
6k views
How to check if OS is Vista in Python?
How, in the simplest possible way, distinguish between Windows XP and Windows Vista, using Python and pywin32 or wxPython?
Essentially, I need a function that called will return True iff current OS ...
13
votes
43answers
6k views
The best PHP editor for Vista [closed]
Some points to consider when answering my question:
I'm new to PHP, coming from a Windows / .NET background
My PHP dev enviroment consists of a Vista x64 / IIS7 with FastCGI / PHP5
I need something ...
12
votes
3answers
4k views
C#: Detect if running with elevated privileges?
I have an application that needs to detect whether or not it is running with elevated privileges or not. I currently have code set up like this:
private static bool _isAdministrator()
{
...
12
votes
8answers
7k views
Programatically disable/enable network interface
I'm trying to come up with a solution to programatically enable/disable the network card - I've done a ton of research and nothing seems to be a workable solution in both XP and Vista environments. ...
12
votes
9answers
8k views
Programmatically prevent Windows screensaver from starting
Is there a recommended way to prevent the Windows screensaver from starting? The closest thing I've found is this article, but what I would really like to do is just tell Windows that the computer ...
12
votes
6answers
6k views
Can I listen on a port (using HttpListener or other .NET code) on Vista without requiring administrator priveleges?
I'm using HttpListener to allow a user to set up a proxy on a user-defined port. When I start the HttpListener, I get an exception if the application isn't running under administrator privileges in ...
11
votes
3answers
612 views
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 Framework installed but turned off on Windows Vista (also applies to Windows 7).
In this ...
11
votes
2answers
1k views
How to prevent Vista from requiring elevation on patch.exe?
[I'm sorry that this isn't directly a programming question. But I have recently switched to a new Vista machine where I am keeping UAC enabled (please don't tell me to disable it, it's not an ...
11
votes
4answers
1k views
Winforms .NET 2.0: How to draw a Png icon?
Note: Question http://stackoverflow.com/questions/220465/using-256-x-256-vista-icon-in-application deals with using a "Vista" icon as the application's icon. This question deals with manually painting ...
10
votes
5answers
745 views
Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?
We can’t just leave our customers that are not able to upgrade to windows 8 for a long time in the larch. However there is demand for a “tablet”/”touch” version of our app.
So how can we support ...
10
votes
3answers
986 views
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 that are not part of the applications region be transparent. So for instance on a standard ...
10
votes
3answers
8k views
Command line subversion client for Windows Vista 64bits
Does anyone recommend any particular command line SVN client for Windows. Being 64 bits would be a bonus.
I do have TortoiseSVN, but it doesn't come with command line, which is required for my build ...
10
votes
7answers
12k views
Get HDD (and NOT Volume) Serial Number on Vista Ultimate 64 bit
I was once looking for getting the HDD serial number without using WMI, and I found it. The code I found and posted on StackOverFlow.com works very well on 32 bit Windows, both XP and Vista. The ...
10
votes
4answers
1k views
What are the main differences between programming for windows XP and for Vista?
From a desktop application developer point of view, is there any difference between developing for windows XP and developing for windows Vista?
9
votes
1answer
4k views
Windows 7 and Vista UAC - Programatically requesting elevation in C#
I have a program that only requires elevation to Admin on very rare occasions so I do not want to set-up my manifest to require permanent elevation.
How can I Programatically request elevation only ...
9
votes
8answers
929 views
Where is the best place to save temporary files in Windows
I am busy writing an application that runs under windows
Where is the correct place to save temporary files ?
9
votes
3answers
2k views
how to interpret windows task manager?
I run Windows 7 RC1, which uses the same WTM from Vista. When i look at the processes, there some columns I'm not sure what the differences are:
Memory - working set
Memory - private working set
...
9
votes
5answers
498 views
Detecting Vista Starter three-open-app limit
I'm working as a developer, curently mantaining a VB6 app that desperately needs to work fine under Vista. However, it must work fine under Vista Starter Edition, since is the version new computers ...
9
votes
6answers
10k views
eclipse stuck when building workspace
I am using eclipse 3.4.1 Java EE under Vista. It seems to like getting stuck when building my workspace. Canceling the build doesn't seem to do anything as well.
Why is this happening and how do I ...
9
votes
4answers
2k views
Windows batch file starting directory when 'run as admin'
I have a batch file which is in a directory and must be run from there as well because it updates files within this directory.
This works perfectly fine, except when the user runs the batch file as ...
9
votes
2answers
2k views
Why can't my program find its DLLs on Vista 64?
I recently got a new laptop. Unfortunately, it came with Vista. It's been one big hassle getting it to work, and the comp has hardware components for which there are no XP drivers, so I can't ...
9
votes
5answers
10k views
Command/Powershell script to reset a network adapter
OS: Vista enterprise
When i switch between my home and office network, i always face issues with getting connected to the network. Almost always I have to use the diagnostic service in 'Network and ...
9
votes
15answers
3k views
How should I install Linux on Windows PC?
I am doing .net programming in addition to c and c++ development and want more flexibility on my home machine. I want to be able to have both Linux (probably Ubuntu) and Windows Vista on my home ...
9
votes
13answers
804 views
Which Vista edition is the best for developer machine?
Microsoft says that Visual Studio 2008 can be installed on any version of Vista (excluding started edition).
But I am not sure, if Home Editions cause not problems with debugging, virtual machines, ...
8
votes
1answer
96 views
OpenGL maximum of 32 on-screen windows with Vista/7
Before I reduce this to a reasonable example I was hoping someone might have run into this before and can shed some light on the problem.
I have a 32-bit C based application which uses one OpenGL ...