USkin Implementation

Area for english topics
Antworten
Alim Nassor
Beiträge: 1
Registriert: Di 7. Feb 2017, 14:01
Kontaktdaten:

USkin Implementation

Beitrag von Alim Nassor »

Including USkins seems not to work; (I've also posten on Autoit forum)

Code: Alles auswählen

#include ".\MyIncludes\_UskinLibrary.au3"
_Uskin_LoadDLL()

#include ".\MyIncludes\Safari.au3"
_USkin_Init(_Safari(True))

#include "Form\frmMain.isf" ; Primaire form om alle instellingen te maken

GUISetState(@SW_SHOW, $frmMain)

	While 1
		$nMsg = GUIGetMsg()
		Switch $nMsg
			Case $GUI_EVENT_CLOSE
				GUIDelete($frmMain)
			Case $Button1
				Call("WriteSettings")
				GUIDelete($frmMain)
			Case $Button2
				Exit
		EndSwitch
	WEnd
This is my code, tried a lot of ways, but it doesn't work, and of course it could be me :)

Cheers, Starf0x
Kind Regards, Alim
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

Re: USkin Implementation

Beitrag von ISI360 »

See my PN in the autoitscript.com forum....
Antworten