i've been playing around in vs.net using a c#.net windows form. i added
some buttons, checkboxes, etc. i have not found a way to make these appear
"xp style". am i missing some setting, or is this not possible in .net?
thanks.
Make sure you set FlatStyle to FlatStyle.System for the controls which
offer this setting, and of course, define a "*.exe.manifest" file, as
for any other XP style application...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechar
t/html/vbtchusingwindowsxpvisualstyleswithcontrolsonwindowsforms.asp
http://www.gotdotnet.com/team/windowsforms/Themes.aspx
--
Daniel Koch