Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 08:30

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

Advertisement



Koda Inputbox disablen

Discussion on Koda Inputbox disablen within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
Ludder231's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
Koda Inputbox disablen

Hi,
Ich wollte fragen ob man ne Inputbox disabeln kann wie ne checkbox z.B.
Wenn ja, wie?
Ludder231 is offline  
Old 03/24/2011, 20:01   #2
 
derpo's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 344
Received Thanks: 151
Mach es doch einfach so :
PHP Code:
GUICtrlSetState($Input,$GUI_DISABLE
und wenn du es wieder rückgängig machen willst :
PHP Code:
GUICtrlSetState($Input,$GUI_ENABLE
derpo is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Timer mit Inputbox
01/15/2011 - AutoIt - 9 Replies
Hallo ich würde gerne einen Timer programmieren, mit einer Inputbox in Auto it der eine Meldung bringt wenn die Zeit abgelaufen ist und auch läuft während der Pc runtergefahren ist gibt es sowas? Freue mich auf eure Antworten Danke....
GUI Inputbox problem
09/24/2010 - AutoIt - 8 Replies
joa hätte ein problem mit der Inputbox :D #include <EditConstants.au3> #include <GUIConstantsEx.au3> $Form1 = GUICreate("Form1", 373, 100, 120, 124) GUISetBkColor(0x3366FF) $Input1 = GUICtrlCreateInput("", 56, 40, 49, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_CENTER)) GUICTRLSETLimit(-1,4) $Input2 = GUICtrlCreateInput("", 152, 40, 49, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_CENTER))
Unsichtbare Inputbox
07/26/2010 - AutoIt - 8 Replies
Frage hat sich geklärt. Thread kann geclosed werden.
Controlsend mit Inputbox?
12/11/2009 - AutoIt - 9 Replies
Hey, ich hab mich mal drangegeben einen Hidden Spambot zu schreiben. Bisher siehts so aus Kann man ControlSend überhaupt mit einer Inputbox benutzten? freddy
InputBox
01/13/2009 - GW Bots - 2 Replies
Heyho, Ich wollte mal fragen wie ich eine InputBox erstelle in die man eine Zahl eingibt und dann eine Funktion so oft wiederholt wird bis die Zahl in der Box erreicht ist. Ich hoffe ich hab das ausreichend erklärt.



All times are GMT +2. The time now is 08:30.


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.