VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Multithreading with multi-instancing and inter-thread communication support

by Srideep Prasad (8 Submissions)
Category: VB function enhancement
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (190 Votes)

This article teaches how to multithread safely and effectively using pure VB. No need to use C/C++ or the infamous CreateThread API notorious for its instability with VB 6. Simple and effective code complete with a HTML article documenting the various aspects of Multithreading are included to help you get started right away ! What's more, multiple-app instances are also now supported ! So say goodbye to Timers, crashes, threading API's and "freezing" forms. And if you find this code useful, remember that your vote will be GREATLY APPRECIATED ! (NOTE: When you create your own multithreaded app, set the threading model to "Thread per object")
NO EXPERIENCE OF C/C++ IS REQUIRED . SO NO NEED TO GO RUNNING ABOUT FOR A VC++ COMPILER. ENTIRELY BASED ON MICROSOFT'S ACTIVEX TECHNOLOGY FAMOUS FOR ITS SCALABILITY AND STABILITY. AND FOR THE SCEPTICS, THIS DEMO CAN CREATE 102 THREADS FOR A MEAGRE RAM MEMORY REQUIREMENT OF 2.5MB ALTOGETHER (A STANDARD BLANK FORM EXE TAKES AROUNG 2.0 MB OF MEMORY IN WIN98 FE)
IF YOU FIND THIS ARTICLE USEFUL PLEASE VOTE FOR ME !
[REQUIRES VB 5(Sp2) / VB 6)

Rate Multithreading with multi-instancing and inter-thread communication support

Download Multithreading with multi-instancing and inter-thread communication support

Download Multithreading with multi-instancing and inter-thread communication support (54 KB)

Multithreading with multi-instancing and inter-thread communication support Comments

No comments have been posted about Multithreading with multi-instancing and inter-thread communication support. Why not be the first to post a comment about Multithreading with multi-instancing and inter-thread communication support.

Post your comment

Subject:
Message:
0/1000 characters