G
Galen Somerville
Tooo many examples. I'm confused.
VB6 ActiveX.dll with no windows or controls. Interfaces with a device that
returns an x size byte array every x milliseconds for x counts. Sends a
message to VB2005 main thread on each count.
VB2005 has to start the thread and set several variables in the thread
before loop starts.
VB2005 then has to respond to messages and draw on screen until last count
is recieved.
VB2005 then stops thread. Thread will be started and stopped numerous times.
It's the starting and stopping the dll thread that has me befuddled.
Code anyone? A link to proper help?
Galen
VB6 ActiveX.dll with no windows or controls. Interfaces with a device that
returns an x size byte array every x milliseconds for x counts. Sends a
message to VB2005 main thread on each count.
VB2005 has to start the thread and set several variables in the thread
before loop starts.
VB2005 then has to respond to messages and draw on screen until last count
is recieved.
VB2005 then stops thread. Thread will be started and stopped numerous times.
It's the starting and stopping the dll thread that has me befuddled.
Code anyone? A link to proper help?
Galen