PDA

View Full Version : Visual Basic.net HELP!!!


Visbasn00b
09-20-2005, 03:50 PM
Yeah Im creating a message box that displays how many characters u typed but the message box shows up blanck with no text at all the code is as follows:

MsgBox ('You typed: " & Str(Len(TextBox1.text)) & " Characters."

After program runs the msgbox comes up but no text whatsoever shows up.
PLEEEZ HELP!