Search:

Type: Posts; User: cuongch1980

Search: Search took 0.01 seconds.

  1. Visual Basic 6.0 IDE can not recognize DLL in subfolders

    Visual Basic 6.0 IDE can not recognize DLL in subfolders
    My VB6 project is using FlexNet technology. I have a DLL which is built by .NET. This DLL is using two others dlls and I put all of them into...
  2. Re: [VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

    I will try to replace the function. Our project is quite big. I will try to break down code and send you the executable file later. Thanks.
  3. Re: [VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

    @Trick I tried to use your multi-thread approach in the separate testing project and it works well. Unfortunately, when I tried to apply to my company project, it runs well in the first call of...
  4. Re: [VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

    @Trick We would like to pass parameters between threads. I want to pass parameter to Test4 function. How can we do it? Thanks

    Public Function ThreadProc(ByVal frm As form1) As Long
    Test4 ...
  5. Re: [VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

    Thanks. I appreciate your help.
  6. Re: [VB6] - Multithreading in VB6 part 4 - multithreading in Standart EXE.

    Thanks for your great VB6 multi-threading solution. I tested your solution and it seems that it works well. I would like to have full source code of project which generates TrickMultithreading.dll ....
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width