Re: RPC and ActiveX Control
Have You AfxEnableControlContainer in your CDialog class? Does the dialog work itself, without RPC?
Re: RPC and ActiveX Control
Hello Dmitriy,
Yes, AfxEnableControlContainer() is included in the InitInstance() of my RPC application. Note that the dialog box (that contains the
Active X control) is supplied in a DLL. This DLL also calls AfxEnableControlContainer in its InitInstance().
My RPC server is linked to this DLL and launches the dialog box via an exported function. The dialog box does run successfully
when called by any other client application.
Thankyou for replying.