What is the easiest or best way to run an VB programfrom a button or POP menu

What is the easiest or best way to run an VB programfrom a button or POP menu

Anonymous
Not applicable
222 Views
3 Replies
Message 1 of 4

What is the easiest or best way to run an VB programfrom a button or POP menu

Anonymous
Not applicable
After I compile a VB program I try to run it through th shell command. This
is ok but I would like not to see the ugly shell window behind my form. any
suggestions.

Thanks
0 Likes
223 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hi Fred,

Try (startapp).

Andrew Wilford
[email protected]
0 Likes
Message 3 of 4

Anonymous
Not applicable
Could yuo give me an example
Andrew Wilford wrote in message
news:[email protected]...
> Hi Fred,
>
> Try (startapp).
>
> Andrew Wilford
> [email protected]
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
(startapp "c:/yourpath/yourfile.exe");

Fred wrote:

> Could yuo give me an example
> Andrew Wilford wrote in message
> news:[email protected]...
> > Hi Fred,
> >
> > Try (startapp).
> >
> > Andrew Wilford
> > [email protected]
> >
0 Likes