13 Years of Service
58%
Bueno aqui dejo un tutorial que hize hace tiempo sobre como añadir un skin a nuestro proyecto
El tutorial esta en ingles pero es sencillo d entender.
K0k4 es mi nombre de usuario en algunos sitios de yahoo por eso aparece asi en las imagenes
El tutorial es para VB6.....
To add actvskin in ur project first o all u must have registerd actskin4.ocx in ur sytem32
Open ur project and up click on project and select components - ActiveSkin 4.0-
Next step is select the skin that u want look the screenshot
ActiveSkin must be .skn
Now going to the code. Start ur code project with this
Here is the result
Its easy to do the last thing if u want to add a label in ur skin u must select Skinlabel
Hope this tutorial can help u
*Puedes descargar los Skins aqui
El tutorial esta en ingles pero es sencillo d entender.
K0k4 es mi nombre de usuario en algunos sitios de yahoo por eso aparece asi en las imagenes
El tutorial es para VB6.....
To add actvskin in ur project first o all u must have registerd actskin4.ocx in ur sytem32
Open ur project and up click on project and select components - ActiveSkin 4.0-

Next step is select the skin that u want look the screenshot

ActiveSkin must be .skn

Now going to the code. Start ur code project with this
Code:
>Private Sub Form_Load()
Skin1.ApplySkin Me.hWnd
End Sub

Its easy to do the last thing if u want to add a label in ur skin u must select Skinlabel

Hope this tutorial can help u
*Puedes descargar los Skins aqui
This link is hidden for visitors. Please Log in or register now.