Im trying to make my app look and feel like a windows app by using the built in XP themes in my forms.
Mainly trying to make my command buttons look like XP buttons.... Thought this code would do it, but it doesnt seem to work.
VB Code:
Private Declare Sub InitCommonControls Lib "comctl32.dll" () Private Sub Form_Initialize() InitCommonControls End Sub


Reply With Quote
