XP style controls in W2000

D

DraguVaso

Hi,

How Can I have in my VB.NET-application XP-like Controls, when it is
deployed on Windows 2000? I don't think a manifest file will work than? Or I
didn't manage to get it work?

Any help would be really appreciated.

Thanks a lot in advance,

Pieter
 
H

Herfried K. Wagner [MVP]

DraguVaso said:
How Can I have in my VB.NET-application XP-like Controls, when it is
deployed on Windows 2000? I don't think a manifest file will work than? Or
I
didn't manage to get it work?

That's not supported because Common Controls 6 are not redistributable.
There are some third-party control suites which will bring Windows XP-style
controls to older Windows versions, but often these controls are not an
exact copy and potential legal issues exist.
 
K

Ken Tucker [MVP]

Hi,

Windows 2000 does not support the xp theme. Here are some
samples you can find at the code project and windows forms website.

http://www.windowsforms.com/Default.aspx?tabindex=6&tabid=47

http://www.windowsforms.com/default.aspx?tabindex=6&tabid=47&ItemID=8&mid=142

http://www.codeproject.com/vb/net/lybralibrary.asp

http://www.codeproject.com/vb/net/leadit_flatbutton_control.asp

http://www.codeproject.com/vb/net/XPStyleB.asp

http://www.codeproject.com/vb/net/flatcombo.asp

http://www.codeproject.com/vb/net/UXThemeGroupBox.asp

http://www.codeproject.com/vb/net/SalmonXPStyleButton.asp

Ken
----------------------
Hi,

How Can I have in my VB.NET-application XP-like Controls, when it is
deployed on Windows 2000? I don't think a manifest file will work than? Or I
didn't manage to get it work?

Any help would be really appreciated.

Thanks a lot in advance,

Pieter
 

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