The primary reason we purchased PB/DLL 6.0 some months ago was to overcome the horrible limitation Visual Basic 6.0 imposes on threads. We have been working for months on a solution using various workarounds within VB itself, however we've had no success due to the complex nature of our program.
Our program is very advanced in that we're actually loading ActiveX controls dynamically at runtime. What we need is a PB dll that allows our main program to pass it ActiveX components so they're loaded into a new thread. We understand that thus far this isn't possible because apparently there's no support for this in PB.
Is there any way at all to do this, or have we wasted our time? We absolutely need the GUI features of VB, which makes 'simply' converting all of our ActiveX controls over to PB dlls impossible.
We've reached the point where we're going to have to dump PB and VB altogether, so any help is greatly appreciated.
Thanks in advance,
Paul Valliere.
[This message has been edited by Paul Valliere (edited September 02, 2001).]
Our program is very advanced in that we're actually loading ActiveX controls dynamically at runtime. What we need is a PB dll that allows our main program to pass it ActiveX components so they're loaded into a new thread. We understand that thus far this isn't possible because apparently there's no support for this in PB.
Is there any way at all to do this, or have we wasted our time? We absolutely need the GUI features of VB, which makes 'simply' converting all of our ActiveX controls over to PB dlls impossible.
We've reached the point where we're going to have to dump PB and VB altogether, so any help is greatly appreciated.
Thanks in advance,
Paul Valliere.
[This message has been edited by Paul Valliere (edited September 02, 2001).]
Comment