Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 13:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AUTOIT BUTTON

Discussion on AUTOIT BUTTON within the AutoIt forum part of the Coders Den category.

Reply
 
Old 01/09/2011, 10:48   #16
 
szmast3r's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 179
Received Thanks: 33
Quote:
Originally Posted by u_failed View Post
ich hab gegoogelt und bin daraus nicht schlau geworden. wenn du nur 1 sekunde brauchst, dann schick mir doch n google link, wo beschrieben wird wie man über die memory mausklicks ausführt.

und ich weiß nicht, obs nur mir so geht aber ich seh da n kleinen untsrschied zwischen memoryediting und buttons funktionen zuweisen.

vll. seh auch nur ich das so.

btw : ich hab nichts dagegen, wenn man fragt. es können meinetwegen die simpelsten fragen sein. doch wenn ich dann genau dieselben worte wie im thread google und gleich das erste ergebnis die frage beantwortet, werd ich mich doch wohl aufregen können oder?
ich hab versucht mit google was zu finden..!! aber ich hab da nichts verstanden...

aber mit koda klappt das alles hamma gut^^
szmast3r is offline  
Old 01/11/2011, 14:43   #17
 
Stjubit's Avatar
 
elite*gold: 57
Join Date: Nov 2010
Posts: 209
Received Thanks: 47
Man kann es auf zwei arten machen !

1. Art :

In Koda gehen --> designen (Button) --> Auf code erzeugen klicken --> Den Code in AutoIt kopieren und starten....... FERTIG !

2.Art :

In AutoIt gehen und hinschreiben :

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 100, 100, 100, 100)
$Button1 = GUICtrlCreateButton("Button1", 64, 40, 57, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

Ich glaube du nimmst eher die 1. Art!
Stjubit is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
AutoIt Aufgabe für Button
07/29/2010 - AutoIt - 3 Replies
Ich habe gestern zum erstenmal mit Autoit gearbeitet (naja eher rumgespielt^^) Und mir tat sich gleich ein Problem auf: Wie bekomme ich dass hin, wenn ich auf einen Button klicke / oder einen Menüpunkt, dass AutoIt dann eine Aufgabe ausführt? GuiCtrlCreateButton("Update", 20, 460, 100, 30) Wie bekomme ich es hin, dass mir AutoIt beim draufklicken dann folgendes ausführt?:
AutoIt Script in Button einbauen?
06/09/2010 - AutoIt - 5 Replies
Hey, nach langer Zeit wollt ich wieder mit AutoIt hantieren hab aber leider keine Ahnung mehr wie ich z.B. nen RunScript in nen Button einbaue. bitte um Hilfe! >_< Froce
GUI Button function w/ autoit
01/02/2009 - Conquer Online 2 - 12 Replies
kk im a newbie at makin bots but heres the code i have now... okay im a TOTAL newb at making stuff with autoit, so far i can only make simple things with clicking and what not...but i ran into a problem today. my bot creates a gui that instructs you on how to use the bot, what i need help with is how to create a hotkey that "Starts" the bot(the opposite of the exiting hotkey) HotKeySet("^!x", "QuitProg") Func QuitProg() Exit EndFunc thats the exit hotkey that i got, but i was wondering...
AutoIt Button
04/17/2008 - General Coding - 1 Replies
Hi, ich habe mir mal nen pickup bot erstellt mit nem button der funct aber ich möchte noch ein button hinzufügen für AutoSend und Fish Bot Und so habe ich mein erster Butto erstellt aber ich gebe genau das gleiche ein aber es kommt kein 2 button warumP? Und ich möchte halt noch nen buton erstellen das der pick up ausgeht wie geht das?? ------------------------------------------------ #include <GUIConstants.au3> GUICreate("AmelieMaus Hack")



All times are GMT +2. The time now is 13:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.