True multithread VB source code controls

vb6 India
  • 19 years ago

    How is the concept of MultiThreading achieved in VB6.0?


    What is the term equivalent present in VB6.0?

  • 19 years ago

    Serial communication control:
    http://www.banasoft.com/DownLoad/BNComm.exe


    Winsock controls:
    http://www.banasoft.com/DownLoad/BNWinsck.exe


    How to use multithread in VB? Simple using of CreateThread will work in VB5 but crash in VB6, Why? Overlapped IO can improve your blocked operation with high efficiency in real time OS, how to do this? Must use a friend or public method to fire your message event in your own controls? NO, you can use callback function in VB safely in Banasoft's way. BNComm source code version would help you to build professional commercial control in VB.

  • 19 years ago

    Essentially, multi-threading is not really supported in VB (until VB.NET is released, which fully supports it). Your best bet is to create an ActiveX EXE project, which does run in a seperate thread, and therefore if it crashes, it doesn't crash your main project.... however, it depends what you are wanting to multi-thread for.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“A computer lets you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila” - Mitch Ratcliffe