How to show and handle CFormView in ActiveX
-
Hi, Can someone tell me , How to show and handle CFormView in an ActiveX Control. Thanks, Sansky :-D God is Good, all the Time. All the Time, God is Good.
-
Hi, Can someone tell me , How to show and handle CFormView in an ActiveX Control. Thanks, Sansky :-D God is Good, all the Time. All the Time, God is Good.
FormView wasn't really designed for placing in an activex control. What are you try to achieve as there may be a better way. I'm guessing you are wanting an activex control made up on a number of other controls? Have a search on MSDN for composite controls. Michael :-)
-
Hi, Can someone tell me , How to show and handle CFormView in an ActiveX Control. Thanks, Sansky :-D God is Good, all the Time. All the Time, God is Good.
If you do not intend to take advantage of SDI/MDI architecture, it's much easier to embed a
CDialog
-based object, just by specifying the ActiveX window as the parent when creating the dialog. SomeCRect
arithmetic could be needed too in the process of embedding. If you follow this approach, you can even get scroll bars without much effort. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
FormView wasn't really designed for placing in an activex control. What are you try to achieve as there may be a better way. I'm guessing you are wanting an activex control made up on a number of other controls? Have a search on MSDN for composite controls. Michael :-)
Hi, Actually trying to develop an ActiveX , where I can show other some ActiveX's , which also needs to be dragged. So I believe that I need CFormView for this. According to the art Q155973, this is possible , but I am unable to find the sample DLGX.EXE at microsoft.com, any suggestions .:-D God is Good, all the Time. All the Time, God is Good.