Hey all,
I am trying to figure this out. VB is not reentrant, you create a thread in vb with COM and somewhere along the line it will crash. To bypass this what I need to do is create a window and instead of firing off the event a message is posted to the window. The window is then charged with firing the event. The RAISEEVENT statement, what is used to fire off the event, can not be called from anywhere other than an object procedure. Has anyone had a chance to do something like this? and if so, how did you do it?
Thanks
I am trying to figure this out. VB is not reentrant, you create a thread in vb with COM and somewhere along the line it will crash. To bypass this what I need to do is create a window and instead of firing off the event a message is posted to the window. The window is then charged with firing the event. The RAISEEVENT statement, what is used to fire off the event, can not be called from anywhere other than an object procedure. Has anyone had a chance to do something like this? and if so, how did you do it?
Thanks
Comment