XP Style Buttons

M

Mr Utkal Ranjan

Hi
I'm new to VB.NET. I've developped a VB.NET application. But the BUTTONS on
my form or any Message Box(MsgBox) contains, are NOT the Windows XP style
buttons. I want the XP style buttons to my entire application. I've also
created a Manifest file and put it in my application's folder. But if the
manifest file is present in the same directory the Application does not run
!!!

Plz help me
 
H

Herfried K. Wagner [MVP]

* "Mr Utkal Ranjan said:
I'm new to VB.NET. I've developped a VB.NET application. But the BUTTONS on
my form or any Message Box(MsgBox) contains, are NOT the Windows XP style
buttons. I want the XP style buttons to my entire application. I've also
created a Manifest file and put it in my application's folder. But if the
manifest file is present in the same directory the Application does not run
!!!

NET 1.0:

Set the controls' 'FlatStyle' properties to 'System', then add an application manifest.

Tools

<http://www.msjogren.net/dotnet/eng/tools/default.asp>
-> "ThemeMe"

MSDN:

VS.NET Addin for using XP visual styles
<http://tinyurl.com/37yk>

Using XP Visual Styles in Windows Forms apps
<http://tinyurl.com/37yi>

..NET 1.1:

<http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx>

\\\
Application.EnableVisualStyle()
Application.DoEvents()
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top