ActiveX control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Consider 2 applications, X and Y. X is ActiveX type. I need to use the X.ocx in Y. Y application maybe Dialog based/Single/Multidoc type. Whenever user type any character it needs tobe processed in X.ocx. In X pgm,I have CText class derived from CRichEditCtl where I have added OnChar and OnSelChange functions. I can add/change/Modify/delete in ocx but nothing in Y application,requirement is just to insert ocx component in Y application. Can anyone tell me how this canbe possible?? Thanks Uday.M.G