Recommnded books on developing applications for Vista
-
I need to port some of my applications to Vista so Do you have any recommended books that explain how to port applications written in C# to Vista
-
I need to port some of my applications to Vista so Do you have any recommended books that explain how to port applications written in C# to Vista
If you followed best practices when developing for Windows XP - for example, keeping user data in user profile folders - then your application should just run on Windows Vista. You should consider adding a UAC application manifest[^] to tell Vista that your program can run with standard privileges (requestedExectionLevel/@level="asInvoker").
DoEvents: Generating unexpected recursion since 1991
-
I need to port some of my applications to Vista so Do you have any recommended books that explain how to port applications written in C# to Vista