Jump to content

Recommended Posts

Posted (edited)

hello,

I have aGUIinterface, I'mnewbieso Ido notknow how to writecodeto operateit.Expect peoplebeing told.

I'm very grateful.Posted Image

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:documents and settingstruonggiang_spcdesktopform1.kxf
$Form1_1 = GUICreate("Adf.ly Bot 2012 v1.0-by Nguyen Quan", 337, 202, 349, 250)
$link1 = GUICtrlCreateInput("link1", 8, 32, 153, 21)
$link2 = GUICtrlCreateInput("link2", 8, 56, 153, 21)
$link3 = GUICtrlCreateInput("link3", 8, 80, 153, 21)
$link4 = GUICtrlCreateInput("link4", 8, 104, 153, 21)
$link5 = GUICtrlCreateInput("link5", 8, 128, 153, 21)
$Start = GUICtrlCreateButton("Start", 32, 160, 97, 33)
$Link = GUICtrlCreateLabel("Link", 8, 8, 36, 17)
GUICtrlSetFont(-1, 10, 400, 0, "Lucida Console")
$Edit1 = GUICtrlCreateEdit("", 176, 32, 153, 113)
GUICtrlSetData(-1, "Edit1")
$Proxy = GUICtrlCreateLabel("Proxy", 176, 8, 38, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Pause = GUICtrlCreateButton("Pause", 197, 159, 97, 33)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###[/b][/color][/font][/indent]
[font="arial, sans-serif"][color="#333333"][b]While 1
$nMsg = GUIGetMsg()
Switch $nMsg
  Case $GUI_EVENT_CLOSE
   Exit[/b][/color][/font]
[font="arial, sans-serif"][color="#333333"][b]  Case $link1
  Case $Edit1
EndSwitch
WEnd[/b][/color][/font]
[font="arial, sans-serif"][color="#333333"][b]
Edited by nguyenquan
  • Moderators
Posted

nguyenquan,

Do not double post. :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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