Searching...
12:06 AM

VB6 Sample Skins

VB6 Skin sample Code here. This is very useful to skin your vb6 apps.



Code:

Private Sub Form_Load()
 SkinFramework1.LoadSkin App.Path + "/Skins/Vista.cjstyles", ""
 SkinFramework1.ApplyWindow Me.hWnd
 SkinFramework1.ApplyOptions = SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
End Sub

0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Back to top!