H 
		
								
				
				
			
		Hareth
Is there a way to take a text, from a textbox & later passwordChar the text.
I'm not using a masked textbox.
I tried:
textBox1.PasswordChar = '*';
but this didn't change my text. I know how to passwordchar, but I don't know
how to take a text THEN passwordchar it...Any code samples will be great!
please keep it simple b/c im a beginner
				
			I'm not using a masked textbox.
I tried:
textBox1.PasswordChar = '*';
but this didn't change my text. I know how to passwordchar, but I don't know
how to take a text THEN passwordchar it...Any code samples will be great!
please keep it simple b/c im a beginner