How to write Active x in VC++
-
Hi every one Can Any one guide me how to proceed with developing a ActiveX component in VC++? Regards, S.Lakshmigeetha.
lgatcodeproject
-
Hi every one Can Any one guide me how to proceed with developing a ActiveX component in VC++? Regards, S.Lakshmigeetha.
lgatcodeproject
-
Hi every one Can Any one guide me how to proceed with developing a ActiveX component in VC++? Regards, S.Lakshmigeetha.
lgatcodeproject
-
Please follow the step that is given in this article Click here->[^] :)
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
Hello, Thanks for the Link. I have question regarding the article. I followed the steps dictated in the link. In step 3 (Adding a property to the Control)the article says the prototypes of get & set functions are created int polyCtl.h and empty functions are created in polyCtl.cpp. But when I tried the same, say added a propery named Sides, the get and set functions did not get created in the .h and .cpp file. But as they said the propget,propput god added in the polygon.idl. Can you say that this behaviour is common? Regards, LG
lgatcodeproject
-
Hello, Thanks for the Link. I have question regarding the article. I followed the steps dictated in the link. In step 3 (Adding a property to the Control)the article says the prototypes of get & set functions are created int polyCtl.h and empty functions are created in polyCtl.cpp. But when I tried the same, say added a propery named Sides, the get and set functions did not get created in the .h and .cpp file. But as they said the propget,propput god added in the polygon.idl. Can you say that this behaviour is common? Regards, LG
lgatcodeproject
kindly excuse the typo errors ".... got god"
lgatcodeproject
-
kindly excuse the typo errors ".... got god"
lgatcodeproject
-
Hello, I Rebuild the application after adding the property. This build would compile the idl for me is it? Regards, LG
lgatcodeproject
-
Hello, I Rebuild the application after adding the property. This build would compile the idl for me is it? Regards, LG
lgatcodeproject
-
Normally it should, nevertheless could you try to compile the .IDL yourself?
codito ergo sum
Hi, I compiled the .IDL but it did't happen so I added the function declaration on the .h file and the definitions in the .cpp file. And proceeded further, and I got the desired output. Thanks for the link. :) Regards, LG.
lgatcodeproject
-
Hi! Thanks for the link. It was quite informative. Regards, LG
lgatcodeproject
-
Hi! Thanks for the link. It was quite informative. Regards, LG
lgatcodeproject
I glad it was helpful for you.