• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Skin for Visual Basic 6.0

Status
Not open for further replies.

-=XakSer

Leech
User
Joined
Nov 7, 2015
Messages
72
Reputation
0
Reaction score
1,116
Points
133
Credits
0
‎9 Years of Service‎
72%
Hi all. Anyone have skins for vb6 using the skin .net framework & .Res file?

Е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
in particular I need this skin:

sK4tPb.png


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

 
Re: Skin for Visual Basic 6.0

If you want this image skin just take the crypter and pick up with resourcehacker

=============================================================

I have some then I send the download link now I have no time to do UPLOAD

 
Re: Skin for Visual Basic 6.0

Here i found 1.

[HIDE-THANKS]
This link is hidden for visitors. Please Log in or register now.
[/HIDE-THANKS]

 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top