I have a multiple page program with a tabstrip at the top. I have 3
different tabs. Main, Random, Stats.
On the main there is a textbox called TextBox1 with a button that says "Sign
In!"
What I want is when they click a different tab..I want like:
If TextBox1 = Null Then
MsgBox "Please Enter a Name!"
Else
-----
End If
Well the problem is, after the msgbox I want some command to make the
program stay at the main tab...and in the else I want it to goto the tab
they clicked. But I'm not sure the code and not even sure if it is possible.
Please give any snippets of code...or tell me the codes I need to put there.
Any little bit helps. Thanks in advance.
-Mike