private void assetIDTextBox_TextChanged(object sender, EventArgs e)
{
primaryUser.setAssetID(assetIDTextBox.Text);
}
private void assetIDTextBox_MouseClick(object sender, EventArgs e)
{
assetIDTextBox.Clear;
}
Also I am trying to do this for the password that will be entered also, but the password is protected so all it does is show **** instead of "Please Enter Password. Any Ideas?
This post has been edited by charliex2: 28 April 2010 - 07:24 PM

New Topic/Question
Reply




MultiQuote




|