anyone know? is there a way to do it without manifest files?
Printable View
anyone know? is there a way to do it without manifest files?
Are you talking about using the default theme the user is using on your application?
Skinning your application?
The Office XP menu style?
no, just adding the xp style to the program
with the textboxes, the listviews, the commandbuttons and the like :)
If you have VB.NET 2003, its as easy as putting Application.EnablVisualStyles() in the form constructor. Then just set the button flatstyle to system.
i have 2002 :(
anyone know?