9 Years of Service
72%
Hi all. Anyone have skins for vb6 using the skin .net framework & .Res file?
Еxample:
in particular I need this skin:
I would like to have more such
But I don't need skins such as Skin1.scn (
)
I would be very grateful! thank_you
Еxample:
Code:
>Private Sub Form_Load()
Dim TUTORIAL As String
Dim Archivo() As Byte
TUTORIAL = "C:\AKIN.MSSTYLES"
Archivo = LoadResData(101, "CUSTOM")
Open TUTORIAL For Binary As 1#
Put #1, , Archivo
Close #1
SkinFramework1.LoadSkin "C:\AKIN.MSSTYLES", vbNullString
SkinFramework1.ApplyWindow Me.hWnd
End Sub

I would like to have more such
But I don't need skins such as Skin1.scn (
This link is hidden for visitors. Please Log in or register now.
I would be very grateful! thank_you