Multiple Page VB..... 
Author Message
 Multiple Page VB.....

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



Thu, 19 Dec 2002 03:00:00 GMT  
 Multiple Page VB.....
Anyone Help me out maybe?

Quote:
> 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



Fri, 20 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Printing multiple page report to multiple bins for collating vb4.0 Crystal 5

2. Convert Multiple Page PS to Single Pages?

3. multiple pages on one page

4. how to print multiple pages on one page

5. Printing Multiple Pages on One Page

6. Multiple page copies on a single page?

7. Print a0 postscript page on multiple a4 pages

8. printing multiple pages per phys. page

9. Overlay Multiple Pages onto One Page?

10. Help: Printing one logical page to multiple physical pages

11. multiple pages on one A4 page ?

12. Q: multiple pages on a page from PDF

 

 
Powered by phpBB® Forum Software