21-07-2007, 02:47 PM
The fact is, the rich text box is invisible, the GUI itself has the borders.
This is more of a looks question.
In text I understand what you mean. In code, no idea. I'll look into it.
Store whats typed in a VAR. Instead of sending the actual value of the textbox, when pressing OK/Login, send the variable?
And replace every character in the text box for wildcards?
The Call MenuState(MENU_STATE_LOGIN) refers to a sub in the Server's project, right? I'll have to look in the server and edit stuff there?
Lets see if I get the var/change part:
My way of showign code:
On txtPassword change:
varINPUT = txtPassword.Caption
Right?
But if I change the letters to * while doing this, won't the variable save *?
FirZen
This is more of a looks question.
In text I understand what you mean. In code, no idea. I'll look into it.
Store whats typed in a VAR. Instead of sending the actual value of the textbox, when pressing OK/Login, send the variable?
And replace every character in the text box for wildcards?
The Call MenuState(MENU_STATE_LOGIN) refers to a sub in the Server's project, right? I'll have to look in the server and edit stuff there?
Lets see if I get the var/change part:
My way of showign code:
On txtPassword change:
varINPUT = txtPassword.Caption
Right?
But if I change the letters to * while doing this, won't the variable save *?
FirZen
