thanks for replying
but i konw about the manifiest file and how to use
it . it only changes some control like textbox,
buttons etc. but does not had any effect on
the control which we add only defauld vb control
looks like xp.
it does not also chage tittle bar colour
now , i donot want this basically i had made
a accouting project and with out some graphic
it does not look fine.
what i want is just like themes in xp as we change
the theme whole look of xp changes (including
tittle bar etc). now i want some thing like this
which made my prg look nice.
thanks
QUOTE(Ken Halter @ 18 Nov, 2007 - 11:42 PM)

I have to admit, I only have about an hour's experience with Vista (that's how long it took to boot

)
But, to enable XP styles in a VB6 program, you'd need to create a manifest and recompile the app, adding a single line of code and making sure you don't have checkboxes or option buttons in a frame (they turn black).
Any container that needs to take on XP (and probably Vista) styles needs to expose a HasDC property (and it needs to be set = true).. so, picturebox controls are fine.
But, anyway.... since I haven't been able to figure out if this is a VB Classic forum or not, yet, if you need more info about this subject, and it *is* VB5 or VB6, then I can help...