PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET Scrollbar same as Windows

Reply

Scrollbar same as Windows

 
Thread Tools Rate Thread
Old 17-09-2003, 09:03 PM   #1
FaciCAD
Guest
 
Posts: n/a
Default Scrollbar same as Windows


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


  Reply With Quote
Old 17-09-2003, 09:48 PM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: Scrollbar same as Windows

Hello,

"FaciCAD" <cad@norclair.com> schrieb:
> 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/i...ms/default.aspx

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet


  Reply With Quote
Old 19-09-2003, 08:31 PM   #3
Robert Havens
Guest
 
Posts: n/a
Default Re: Scrollbar same as Windows

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



"Herfried K. Wagner [MVP]" <hirf.nosp@m.activevb.de> wrote in message
news:%23Yu4T2VfDHA.460@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> "FaciCAD" <cad@norclair.com> schrieb:
> > 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/i...ms/default.aspx
>
> --
> Herfried K. Wagner
> MVP · VB Classic, VB.NET
> http://www.mvps.org/dotnet
>
>



  Reply With Quote
Old 20-09-2003, 12:08 AM   #4
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: Scrollbar same as Windows

Hello,

"Robert Havens" <Not@a.chance> schrieb:
> 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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off