|
-
Feb 10th, 2012, 11:45 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Running 2 process simultaneously in one VB6 application?
Hi all, I need to run 2 processes for my VB6 application but i don't know how to do it. My requirement for my application is 1st process which is basically running test by getting measured value from hardware and write those values into a text file and save it locally into PC. While the 2nd process will get the text file uploading into SQL database. The key of these two process is they must be independent of each other and of cause the 2nd process cannot interfere or delay the measurement for the 1st process. They must be running in parallel.
May i know what is the best way to achieve this if I need to perform this 2 process in a same application?
I have a thought of creating another application which is only performing the uploading. So there will be two applications: One for measurement, One for uploading data. But I think this might not be the best approach.
Advise are much appreciated.
I'm still on the path of learning.... 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|