• Welcome to Valhalla Legends Archive.
 

Sametime

Started by Lenny, July 20, 2003, 11:40 PM

Previous topic - Next topic

Lenny

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

Like, cmd1 cmd2 cmd3
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Adron

start cmd1
start cmd2
start cmd3

Lenny

In visual basic?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Adron

Quote from: Lenny on July 20, 2003, 11:53 PM
In visual basic?

No, in a bat file. Specify what you're programming next time for a better answer :P

Onine

What I think he means is concurrent processing....

Adron

Visual Basic isn't the right language if you want concurrent processing. Newer versions do support multithreading, but there are lots of limitations.

Lenny

can you show me an example of multhreading?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

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.