My code is very big, and it consumes many resources from the system – and I want to do something with this. I have an idea: to parallelise code – can I do that? If so, how? Please give specific examples.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Am I understanding you correctly: you want a Visual Basic 6 application to implement multi threading, so that certain tasks can run “semi parallel”? If that is the case, the document Multi-Threading In VB5 and VB6 should get you started.