Seite 1 von 1

USkin Implementation

Verfasst: Do 9. Feb 2017, 13:18
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

Re: USkin Implementation

Verfasst: Fr 10. Feb 2017, 12:07
von ISI360
See my PN in the autoitscript.com forum....