Hi,

I try to make a kind of multitreading app in VB. My first prototype was using VB timer. This kind of timer hang the form when running because they use the form message loop. In this forum and other place, I have see a couple of people using the WINAPI function set to run multithreading application. I want to use this solution for my second prototype but I am still not convince of the VB stability when you begin to play with CreateThread and WINAPI timer.

Do you have any experience of making BIG application in VB using a multithreading architecture? I hope having 4 thread running in to of the form, some synchronization objects between thread and a refresh of 10 Hz. Does it to much for VB? At this point do it better to go for VC++?

All comments will be very appreciate.