G
Guest
http://msdn.microsoft.com/library/d...apedWindowsFormsControlsInVisualStudioNET.asp
I've tried everything in the article
http://msdn.microsoft.com/library/d...apedWindowsFormsControlsInVisualStudioNET.asp
with NO luck.
I've tried this on 2003 server and 2003 XP.
Also.
1) added Application.EnableVisualStyles(); before .run
2) private void RecursivelyFormatForWinXP(Control control)
3) if(Environment.OSVersion.Version.Major > 4
& Environment.OSVersion.Version.Minor > 0
& System.IO.File.Exists(Application.ExecutablePath + ".manifest"))
All seems to execute during debug, but NO visual changes.
Any ideas?
I've tried everything in the article
http://msdn.microsoft.com/library/d...apedWindowsFormsControlsInVisualStudioNET.asp
with NO luck.
I've tried this on 2003 server and 2003 XP.
Also.
1) added Application.EnableVisualStyles(); before .run
2) private void RecursivelyFormatForWinXP(Control control)
3) if(Environment.OSVersion.Version.Major > 4
& Environment.OSVersion.Version.Minor > 0
& System.IO.File.Exists(Application.ExecutablePath + ".manifest"))
All seems to execute during debug, but NO visual changes.
Any ideas?