hi, how can i get all the controls to have the vista theme (ex the
progressbar, treeview, etc) instead of the XP theme (on vista machines
ofcourse)? thanks

Signature
-iwdu15
Andrew Pociu - 23 Sep 2007 00:20 GMT
You shouldn't be getting the XP theme in your application forms on Vista. By
default, the form will be automatically rendered using Windows Aero. Are
you compiling using Visual Studio 2005? Also, is Vista set to run Aero or
the Windows Classic theme.
Best regards,
Andrew P.
www.geekpedia.com
> hi, how can i get all the controls to have the vista theme (ex the
> progressbar, treeview, etc) instead of the XP theme (on vista machines
> ofcourse)? thanks
iwdu15 - 23 Sep 2007 02:10 GMT
yes, i am using VS 2005 with Visual Styles enabled, and Aero interface is on,
yet its still XP style. Like for the treeview, it still has the plus/minus
not the vista form. is there any way to change it?

Signature
-iwdu15
raylopez99 - 23 Sep 2007 10:54 GMT
> yes, i am using VS 2005 with Visual Styles enabled, and Aero interface is on,
> yet its still XP style. Like for the treeview, it still has the plus/minus
> not the vista form. is there any way to change it?
> --
> -iwdu15
Sounds like an installation problem. I would reinstall VS2005 with
the latest service packs.
RL
Martin CLAVREUIL - 23 Sep 2007 13:14 GMT
Hi,
The following url containt a very interesting topic that explains how to
do the stuff you'd like to.
http://www.codeproject.com/vista/themedvistacontrols.asp?df=100&forumid=420210&e
xp=0&select=2216848
Remember : google (or any search engine) is your friend
iwdu15 wrote :
> hi, how can i get all the controls to have the vista theme (ex the
> progressbar, treeview, etc) instead of the XP theme (on vista machines
> ofcourse)? thanks
Cor Ligthert[MVP] - 24 Sep 2007 04:45 GMT
Martin,
> Remember : google (or any search engine) is your friend
I have seen this sentence more, be aware that just relying on Google is
creating a high security risc. There can be created code that opens your
computer as well as there can be normal mall functioning code.
I only use Google in this case to search in the Microsoft Newsgroups
information, for dotNet I know that it mostly well filtered by all kind of
regulars including MVP's.
Cor