Reply
Old November 12th, 2003 Top | #1
adamg
 
adamg's Avatar
Unregistered
Posts: n/a

Default Visual Basic 6

What is the command to start another program from within a Visual Basic 6 program? I remember it having something to do with cmd or something... I just wanna launch iexplore by pressing a button.
  Reply With Quote
Old November 12th, 2003 Top | #2
adamg
 
adamg's Avatar
Unregistered
Posts: n/a

Default

not to worry, found out. the command is:

shell <executable>
  Reply With Quote
Old November 12th, 2003 Top | #3
 
X-Istence's Avatar
*
Joined: December 2001
Location: USA
Posts: 6,496
Reputation: 2808
Power: 220

Default

i believe there is also exec, if you have msdn its one of the best source to look for these sort of things.
X-Istence is offline   Reply With Quote
Old November 13th, 2003 Top | #4
adamg
 
adamg's Avatar
Unregistered
Posts: n/a

Default

Yeah i had a look on MSDN Library, where I also found exec, but it looks as though thats something to do with SQL. MSDN is more for looking how to use a command you know of, rather than trying to find a command that does something you want it too.
  Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
help with visual basic 6 saithe Web Design & Coding 1 December 28th, 2005 6:20am
visual basic.net help GhoulScout Web Design & Coding 13 December 16th, 2004 1:12am
Visual Basic - Question lieb39 Web Design & Coding 4 February 18th, 2003 4:57pm
Visual Basic JJH35 Web Design & Coding 2 January 31st, 2003 2:41pm
Visual Basic 6.0 rickang Web Design & Coding 1 March 21st, 2002 1:22am