Hi!
I did create a log-in form in class.
On that form there are textboxes for user-name and password.
How do I put the statusbartext in those controls ?
In include file I did:
#DEFINE LOGIN_TEXTBOX1 "Type in username"
If I put LOGIN_TEXTBOX1 in textboxproperty Statusbar than at runtime not "Type in username" is shown but "LOGIN_TEXTBOX1".
What am I doing wrong?
TIA
-Bart
I did create a log-in form in class.
On that form there are textboxes for user-name and password.
How do I put the statusbartext in those controls ?
In include file I did:
#DEFINE LOGIN_TEXTBOX1 "Type in username"
If I put LOGIN_TEXTBOX1 in textboxproperty Statusbar than at runtime not "Type in username" is shown but "LOGIN_TEXTBOX1".
What am I doing wrong?
TIA
-Bart