How to make an XP button styles in vb6?

Philippines
March 26, 2007 4:28am CST
Hello guys! i just want to ask on how to make an XP style button in VB6?.. is there any component that i need to add in order to have an XP style button?..
2 responses
@ApOgEE (45)
• Malaysia
27 Mar 07
Hi grenz07, You dont have to add any component. Just a simple code and a text file called manifest file. For the details, check it out here... http://coderstalk.blogspot.com/2007/03/how-to-add-xp-visual-style-to-your.html
• Philippines
29 Mar 07
thanks dude but why is it that my lstview control doesn't look like the xp style listview control?
@ApOgEE (45)
• Malaysia
29 Mar 07
The listView control is wrapped in other UserControl which Microsoft has previously built which didn't use the new ComCtl32.dll and didn't call the InitCommonControls API. Thus, the look will not use WinXP style.
@mnsrwt123 (2057)
• India
1 Apr 08
well, its not present in visual basic 6, you just need to use visual basic .net 2005 edition to do this ...