Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 21st, 2009, 09:14 PM
Registered User
 
Join Date: Oct 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ActiveX EXE work

I have started a project using a main app and an ActiveX EXE app.
The main app needs to create/start multiple of the same ActiveX EXEs.
The ActiveX EXE is configured to run in its own memory space.
Using CreateObject and set as one thread per object.

The ActiveX EXE needs to use WithEvents but that is not allowed with an array of the ActiveX EXE.
There are only a few RaisEvent process that take place (no great communication speed needed between main and ActiveX EXE) but I need the ActiveX EXE to be able to signal the main app as required.
Also, I do not want to use a timer to poll all the ActiveX EXEs.

What else can I do to get the effect of WithEvents capability?
How do I do what I need?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting to an ActiveX exe Tweety77 VB How-To 4 September 19th, 2006 01:21 PM
ActiveX.exe to standard exe Kaustav VB How-To 6 February 24th, 2006 12:10 AM
Calling an ActiveX.EXE in C++ xgbnow Visual C++ 4 March 31st, 2004 08:12 AM
Calling an ActiveX.EXE in C++ xgbnow Pro VB 6 13 February 20th, 2004 12:31 PM
ActiveX Exe and Dll Vasudevan VB How-To 1 September 26th, 2003 07:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.