I was wondering if it is possible to allow my program to run in Windows XP using VB.net. Every other time I tried it comes up with a error that says: "This is not a Win32 Application"
I found where the Windows Settings for the applications are, but I cannot seem to understand what XP's supportedOS Id is. According to the settings it says
<!-- A list of the Windows versions that this application has been tested on and is designed to work with. Uncomment the appropriate elements and Windows will automatically selected the most compatible environment. -->
And then it list versions of Windows with the supportedOS Id.
I also found a section at the end that says: <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
Is there a way I can add Windows XP to this list?