how about to use manifest file to make like xp, so it will work to all component.
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
Typically you make your application match XP's visual style simply by linking the XP common-controls manifest as a resource for your application. (You must do this if you want theming capabilities either way. Also, it is better to link as a resource than to just have a manifest file in the same directory.)
That's all you need to do to make your application pretty.
It is possible, however, to use a different visual style than the one the end-user selected. Now, the end-user may not like that too much, so be sure you have good reason to do this, and that you give the end-user a way to turn it off.
You might want to take a look through the MSDN Visual Styles Reference .
Here's a little site I googled that might help get you started . The examples are in VB.
Hope this helps.
Duoas
Postaholic
2,043 posts since Oct 2007
Reputation Points: 1,140
Solved Threads: 229