You are viewing our Forum Archives. To view or take place in current topics click here.
AutoIt Creating Textbox
Posted:
AutoIt Creating TextboxPosted:
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?
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:
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?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 25, 201212Year Member
Posts: 546
Reputation Power: 22
Yes, But i couldnt found a good code for it...
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Sep 26, 201014Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201014Year Member
Posts: 401
Reputation Power: 17
textbox.readonly = false
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.