You have to set the buttons and othe rcontrols to use System instead of
standard and then also add a manifest file with the same name as the exe in
the same directory as the exe... plus the Manifest extention.
So if you have an Exe name "MyApplication.exe" you also need a manifest-file
called "MyApplication.exe.manifest" in the same directory and that file
should include this:
If you have the .NET Framework 1.1 you can use
Application.EnableVisualStyles followed by Application.DoEvents to achieve
the same task as the actual manifest file.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.