Activex controls (i'm getting nuts)
-
Hi everyone... Please i'm getting nuts with this...some activex controls when my project is compiled they don't appears on the dialog, such as Microsoft forms 2.0 (Fm20.dll) and Microsoft Datagrid 6.0 control (msdatgrd.ocx). I think it's weird cos in another project everything is doing fine, they appears...i think the problem isn't dll's or ocx's files, is there something wrong in my project file? Please help me with this. thanks in advance
-
Hi everyone... Please i'm getting nuts with this...some activex controls when my project is compiled they don't appears on the dialog, such as Microsoft forms 2.0 (Fm20.dll) and Microsoft Datagrid 6.0 control (msdatgrd.ocx). I think it's weird cos in another project everything is doing fine, they appears...i think the problem isn't dll's or ocx's files, is there something wrong in my project file? Please help me with this. thanks in advance
Hi, i have the same problems. it happens in my programms, when i have more then two windows above each other. dialog1 calls dialog2->DoModal(), dialog2 calls dialog3->DoModal(). The ActiveX-Elements will not appear in Dialog3. So, what I did, i put them in a dialog in a dll. then they work. not really a help, but a information.
-
Hi, i have the same problems. it happens in my programms, when i have more then two windows above each other. dialog1 calls dialog2->DoModal(), dialog2 calls dialog3->DoModal(). The ActiveX-Elements will not appear in Dialog3. So, what I did, i put them in a dialog in a dll. then they work. not really a help, but a information.