Hello everyone!

     I am finally making an effort to write "real" programs that 
simply aren't a single stand-alone form.

     I just want to make sure I am taking the right approach, and am 
fishing for any suggestions as well.

     I have three programs, and I want to tie them together with a 
sub main.  My idea is to start a new project, add the forms and the 
sub main module, and use the sub Main as a sort of menu to select 
which program to run.

     I am hoping that when I show a form that when the form is 
unloaded processing will again return to the sub main and allow the 
user to run that program again or select a different one.  

     I don't think this is going to be too complicated since the 
three other forms are stand alone programs.  I can't just add a RUN 
command in VB like GWBASIC to restart the program, and it seems I 
can't use simple SHELL commands to execute others.

[C]







'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to