XP-style controls

  • Thread starter Thread starter SLE
  • Start date Start date
S

SLE

Hi there,

Is it possible to have a Windows Forms application with "common controls" in
Windows XP style without having to provide a manifest file? I'd like my app
to be a single executable.

Thanks,
SLE
 
If you're using 2005, just check "Enable Visual Styles" in the project
properties.

If you're using 2003, then good luck - EnableVisualStyles has bugs that you
need to work around (for instance, tab controls and frames don't look good
without a lot of under-the-hood tweaking).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant C++: C# to C++ Converter
Instant J#: VB.NET to J# Converter
 
Back
Top