Valhalla Legends Forums Archive | General Programming | Sametime

AuthorMessageTime
Lenny
Is there anyway for commands to initiated at the sametime instead of
cmd1
cmd2
cmd3

Like, cmd1 cmd2 cmd3
July 21, 2003, 4:40 AM
Adron
start cmd1
start cmd2
start cmd3
July 21, 2003, 4:40 AM
Lenny
In visual basic?
July 21, 2003, 4:53 AM
Adron
[quote author=Lenny link=board=5;threadid=1981;start=0#msg15453 date=1058763185]
In visual basic?
[/quote]

No, in a bat file. Specify what you're programming next time for a better answer :P
July 21, 2003, 9:45 AM
Onine
What I think he means is concurrent processing....
July 21, 2003, 11:21 PM
Adron
Visual Basic isn't the right language if you want concurrent processing. Newer versions do support multithreading, but there are lots of limitations.
July 22, 2003, 7:16 AM
Lenny
can you show me an example of multhreading?
July 23, 2003, 6:33 AM
Adron
Look at the topic "Creating a Multithreaded Test Application" in the VB6 help.

In my case it's at
mk:@MSITStore:C:\Program\Microsoft%20Visual%20Studio\MSDN98\98VSa\1033\vbcon98.chm::/Html/vbconcreatingmultithreadedtestapplication.htm

You should be able to find it either by searching the help or adapting the above url to where you installed VB6.
July 23, 2003, 11:55 AM

Search