VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Multithreading with multi-instancing and inter-thread communication support

Srideep Prasad  (8 Submissions)   VB function enhancement   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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 (191(191 Vote))

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

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

No comments yet — be the first to post one!

Post a Comment

0/1000 characters