Jump to content

Help


Recommended Posts

i went the Code work went loading

#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=asawahammm.kxf
$Form1 = GUICreate("Loading", 509, 165, 332, 296, BitOR($WS_SYSMENU,$WS_POPUP))
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Progress1 = GUICtrlCreateProgress(104, 120, 286, 17, BitOR($PBS_SMOOTH,$PBS_MARQUEE))
GUICtrlSetColor(-1, 0x00FF00)
$Pic1 = GUICtrlCreatePic("C:UsersTheGirlFairyDesktopavatar4161748_2.jpg", 0, 0, 508, 164, BitOR($GUI_SS_DEFAULT_PIC,$WS_BORDER,$WS_CLIPSIBLINGS))
GUICtrlSetOnEvent(-1, "Pic1Click")
$Label1 = GUICtrlCreateLabel("loading", 40, 0, 80, 27)
GUICtrlSetFont(-1, 14, 800, 6, "Segoe Script")
GUICtrlSetColor(-1, 0x00FF00)
GUICtrlSetBkColor(-1, 0xC0C0C0)
GUICtrlSetOnEvent(-1, "Label1Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Form1Close()
EndFunc
Func Form1Maximize()
EndFunc
Func Form1Minimize()
EndFunc
Func Form1Restore()
EndFunc
Func Label1Click()
EndFunc
Func Pic1Click()
EndFunc

Screen

Posted Image

Edited by TheWarLords
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...