View Single Post

  #1 (permalink)  
Old 12-15-2006
divya.raghavan divya.raghavan is offline
Junior Member
White Belt
 
Join Date: Dec 2006
Posts: 1
Activex control display in a COM(ATL)

Hi,

i've created new activex control in vb 6.0. I want to use that activex control in another ATL/COM .But unfortunately on running the COM project,the control is not diplaying.Can anyone help me to solve this problem.I've just created the object for the dialog window and set it as

pDlg->Create (NULL);
pDlg->ShowWindow (SW_NORMAL);

Is any other way to display activex controls in ATL.Plz help its very urgent.

Thanks inadvance.

regards,
divya.
Reply With Quote