Scrollbar same as Windows

F

FaciCAD

I would like have same control as Windows XP, Ex. All arrows in dropdown is
blue, scrollbar to, progressbar ... I can ??
 
H

Herfried K. Wagner [MVP]

Hello,

FaciCAD said:
I would like have same control as Windows XP, Ex. All
arrows in dropdown is blue, scrollbar to, progressbar ...

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
-> tool "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
 
R

Robert Havens

Hi Herfried,

You are aware that like most controls, the ScrollBar does not have a
FlatStyle property, aren't you?

I believe that there are only six controls in System.Windows.Forms that
sport the FlatStyle property.

- Robert
 
H

Herfried K. Wagner [MVP]

Hello,

Robert Havens said:
You are aware that like most controls, the ScrollBar does
not have a FlatStyle property, aren't you?

Most of these controls will be themed automatically.
 

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