Jump to content

SadowHaunter ;)


ZoneX
 Share

Recommended Posts

:P

im Starting now.

start making gui :nuke:

#include <GUIConstants.au3>

; == GUI generated with Koda ==

$Start = GUICreate(" ZoneX Product ; ) Enjoii :)", 331, 302, 184, 177, -1, BitOR($WS_EX_TOOLWINDOW,$WS_EX_STATICEDGE))

GUISetCursor (14)

GUISetBkColor(0x000000)

$Loginn = GUICtrlCreateButton("Loginn", 120, 256, 96, 40)

$Input1 = GUICtrlCreateInput("AInput1", 96, 176, 145, 21, -1, $WS_EX_CLIENTEDGE)

$Input2 = GUICtrlCreateInput("AInput2", 96, 224, 145, 21, -1, $WS_EX_CLIENTEDGE)

GUISetState(@SW_SHOW)

While 1

$msg = GuiGetMsg()

Select

Case $msg = $GUI_EVENT_CLOSE

ExitLoop

Case Else

;;;;;;;

EndSelect

WEnd

Exit

Im so Stone :D

Edited by ZoneX
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...