inserting Activex Controls
-
:sigh:If i unchecked the option of ActiveX controls in the begining when i was creating a new MFC application(in the wizard)..........and later on i decide that i do need the ActiveX Controls inside my application ............after i have written half of the code ...is there some way to change the properties of the project...Please tell me???
-
:sigh:If i unchecked the option of ActiveX controls in the begining when i was creating a new MFC application(in the wizard)..........and later on i decide that i do need the ActiveX Controls inside my application ............after i have written half of the code ...is there some way to change the properties of the project...Please tell me???
Just add a call to
AfxEnableControlContainer();
function at the begining of InitInstance (of your app class).
Cédric Moonen Software developer
Charting control [Updated - v1.1]