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)
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)