Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Powerbasic > How to change a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 196 of 266
Post > Topic >>

How to change a TEXTBOX (editable/not editable)

by Alen Hopek <alen.hopek@[EMAIL PROTECTED] > Jul 12, 2006 at 01:04 PM

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




 3 Posts in Topic:
How to change a TEXTBOX (editable/not editable)
Alen Hopek <alen.hopek  2006-07-12 13:04:47 
Re: How to change a TEXTBOX (editable/not editable)
Dominic Sexton <dsnwz@  2006-07-12 13:42:52 
Re: How to change a TEXTBOX (editable/not editable)
"Michael Mattias&quo  2006-07-12 12:46:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue May 13 2:21:06 CDT 2008.