You are viewing our Forum Archives. To view or take place in current topics click here.
AutoIt Creating Textbox
Posted:

AutoIt Creating TextboxPosted:

Cax
  • Wise One
Status: Offline
Joined: Apr 25, 201212Year Member
Posts: 546
Reputation Power: 22
Status: Offline
Joined: Apr 25, 201212Year Member
Posts: 546
Reputation Power: 22
Hey Guys,

I need help by making a textbox...
I got some codes for that founded at Internet but they are Editable.
I want to make the textbox not editable...

Here is my code i use now (editable)

Code:
$textbox = GUICtrlCreateInput("My text", 8, 350, 150)

What's the code to make it NOT editable?
#2. Posted:
-Pig
  • V5 Launch
Status: Offline
Joined: Jan 28, 201212Year Member
Posts: 324
Reputation Power: 12
Status: Offline
Joined: Jan 28, 201212Year Member
Posts: 324
Reputation Power: 12
so you want to make people not to be able to edit the text?
#3. Posted:
Cax
  • Wise One
Status: Offline
Joined: Apr 25, 201212Year Member
Posts: 546
Reputation Power: 22
Status: Offline
Joined: Apr 25, 201212Year Member
Posts: 546
Reputation Power: 22
Yes, But i couldnt found a good code for it...
#4. Posted:
Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
textbox.readonly = false
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.