Alen Hopek
2006-07-12 11:04:47 UTC
Hello,
i have created a textbox with with DDT like this:
CONTROL ADD TEXTBOX, hDlg, %IDC_TEXTBOX2, "", 5, 124, 365, 110, _
%ES_MULTILINE OR %WS_VSCROLL OR %ES_WANTRETURN OR %WS_TABSTOP OR
%WS_DISABLED
This new Textbox is diabled by default.
Later during the execution i will change the state of the textbox to
enabled.
How i can do this ?
I had try it with CONTROL SEND hDlg, %IDC_TEXTBOX2, 0, 0
but it does not work.
Please help a newbie. Thank you.
Greeting
Alen Hopek
i have created a textbox with with DDT like this:
CONTROL ADD TEXTBOX, hDlg, %IDC_TEXTBOX2, "", 5, 124, 365, 110, _
%ES_MULTILINE OR %WS_VSCROLL OR %ES_WANTRETURN OR %WS_TABSTOP OR
%WS_DISABLED
This new Textbox is diabled by default.
Later during the execution i will change the state of the textbox to
enabled.
How i can do this ?
I had try it with CONTROL SEND hDlg, %IDC_TEXTBOX2, 0, 0
but it does not work.
Please help a newbie. Thank you.
Greeting
Alen Hopek