Sub Globals
End Sub
Sub App_Start
Form1.Show
End Sub
Sub Form1_MouseDown (x,y)
If TextBox1.Text="" Then
MsgBox("Works")
End If
End Sub
How to trap a blank textbox.text value?
I have tryed "" but it doesn work...
I need a textbox.text to BE something starting with a letter!
I fear that you must be doing something else wrong.
.. code for 4 hours stright ..
Originally Posted by Cableguy
Thats what happens when you try to code for 4 hours stright....ending at 1AM...