May 6, 2003 #1 michaelgreene Programmer Joined May 6, 2003 Messages 1 Location US Does anyone have any code samples showing how to handle Visual Basic ActiveX events in a c++ console (non-mfc) application?
Does anyone have any code samples showing how to handle Visual Basic ActiveX events in a c++ console (non-mfc) application?
May 14, 2003 #2 palbano Programmer Joined Oct 9, 1998 Messages 4,341 Location US Well how can a console application handle an event of any type without some mechanism like a message loop? Is that the problem you are running into? -pete I just can't seem to get back my IntelliSense Upvote 0 Downvote
Well how can a console application handle an event of any type without some mechanism like a message loop? Is that the problem you are running into? -pete I just can't seem to get back my IntelliSense