AFAIK there is no DOS in vista and windows 7, but I need to execute system program written on assembler to read and write data (BIOS).
Here is the scenario. I have an application which writes a configuration file in its directory (user.dir). When the user cannot write to that directory due to UAC issues, I would like to change that t
I am working on an installer which will be installed on multiple versions of XP/Vista with different languages.
I\'m trying to install some files from a batch file (through code).开发者_高级运维 However the command should only run as \"elevated command\" in Vista and Windows 7
I have written a wizard in C++ which installs some files to the program files folder under windows. As I understand, I need Admin rights to write to program files under Vista/7. So my question is: Is
I\'m writing a very long registry Key name (it\'s a list of programs for a combined uni开发者_开发知识库nstall) and I think it\'s too big.
Windows Vista added a Problem Reports and Solutions facility that records software problems, reports them to Microsoft, and then say they collect and make solutions to those problems available to user
I\'m using English version of Vista and having problems with using programs that display Russian characters somewhere. For example dictionaries doesn\'t work for me, since they display Russian charact
As I can activate the glass effect on my console applications. I am using Windows 7 and Delphi开发者_高级运维 2010.
I get the System image list by calling SHGetImageList: SHGetImageList(SHIL_LAST, IID_IImageList, (void**)&imList);