Tagged Questions

0
votes
1answer
70 views

VB6 DoEvents not Working as Desired

I am working with a proprietary VB6 COM library. The library has some functions which fire and I get the results once complete through Events. Container Class: Private WithEvents myObj As ...