Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
SERVICE

Locked [Autoit]add skin to your gui


SP

Recommended Posts

add this above the code

[LENGUAJE=autoit]$Skin = @ScriptDir & "\1.msstyles"

DllCall("kernel32.dll", "handle", "LoadLibraryW", "wstr", 'Skin.dll')

DllCall('Skin.dll', "int", "USkinInit", "ptr", "", "ptr", "", "str", $Skin)

MSGBOX (0,'','lol')

[/LENGUAJE]

you hav

 

test code

This is the hidden content, please

 

[LENGUAJE=autoit]$Skin = @ScriptDir & "\1.msstyles"

DllCall("kernel32.dll", "handle", "LoadLibraryW", "wstr", 'Skin.dll')

DllCall('Skin.dll', "int", "USkinInit", "ptr", "", "ptr", "", "str", $Skin)

#include

#include

#include

#Region ### START Koda GUI section ### Form=

$Form1 = GUICreate("Form1", 615, 438, 192, 124)

$Button1 = GUICtrlCreateButton("sp", 128, 136, 305, 145)

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

 

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

 

Case $Button1

MsgBox( 0 , "SP" , "Level-23.biz")

EndSwitch

WEnd[/LENGUAJE]

 

you cane change the style by changing 1.msstyles ,, 2.msstyles etc

 

author yacmcadc

 

This is the hidden content, please

Pass: level-23.biz

Edited by DDoSer
Added language tags
Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.