Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making standard application COM server
Message
From
23/10/2002 21:00:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Making standard application COM server
Miscellaneous
Thread ID:
00714620
Message ID:
00714620
Views:
41
I've got a standard application which is Win32 EXE.
Some code is below
...
DO MENUS\mainmenu.mpr

IF is_logo( inifile )
DO FORM splash NAME splashref LINKED
ENDIF


DO FORM main_panel NAME searchref LINKED


WITH _SCREEN
oToBeHooked = _SCREEN
_SCREEN.ADDOBJECT('MyObjectHook','MyHook')
ENDWITH


READ EVENTS

Would it be difficult ( if possible ) to make it COM server for interapplication communication or intermediate COM DLL would a better approach.

Application1_Com_server <===> Application2_Com_server
Application1_exe <==>Com_server<==> Application2_exe

Thank you
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform