http://msdn.microsoft.com/library/de...lStudioNET.asp
I've tried everything in the article
http://msdn.microsoft.com/library/de...lStudioNET.asp
with NO luck.
I've tried this on 2003 server and 2003 XP.
Also.
1) added Application.Ena bleVisualStyles (); before .run
2) private void RecursivelyForm atForWinXP(Cont rol control)
3) if(Environment. OSVersion.Versi on.Major > 4
& Environment.OSV ersion.Version. Minor > 0
& System.IO.File. Exists(Applicat ion.ExecutableP ath + ".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/de...lStudioNET.asp
with NO luck.
I've tried this on 2003 server and 2003 XP.
Also.
1) added Application.Ena bleVisualStyles (); before .run
2) private void RecursivelyForm atForWinXP(Cont rol control)
3) if(Environment. OSVersion.Versi on.Major > 4
& Environment.OSV ersion.Version. Minor > 0
& System.IO.File. Exists(Applicat ion.ExecutableP ath + ".manifest" ))
All seems to execute during debug, but NO visual changes.
Any ideas?
Comment