Re: XP visual style
From: Sriram Krishnan (ksriram_at_NOSPAMgmx.net)
Date: 10/21/04
- Next message: Sriram Krishnan: "Re: Passing Null value to SQL"
- Previous message: Jon Skeet [C# MVP]: "Re: Passing Null value to SQL"
- In reply to: Gary Miller: "XP visual style"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 22:03:49 +0530
Could you post your exe somewhere so that we can download it?
-- Sriram Krishnan http://www.dotnetjunkies.com/weblog/sriram "Gary Miller" <GaryMiller@discussions.microsoft.com> wrote in message news:45D1F00E-EC1E-4FCA-AD3A-2091861181D2@microsoft.com... > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchShapedWindowsFormsControlsInVisualStudioNET.asp > > > I've tried everything in the article > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchShapedWindowsFormsControlsInVisualStudioNET.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? >
- Next message: Sriram Krishnan: "Re: Passing Null value to SQL"
- Previous message: Jon Skeet [C# MVP]: "Re: Passing Null value to SQL"
- In reply to: Gary Miller: "XP visual style"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|