coding a ActiveX control
-
Hi Anybody has a VC++ sample code for an ActiveX control to be viewed via IE browser that is capable of downloading a file (say via winsock or http api) from the website where it is hosted? thanx in advance
-
Hi Anybody has a VC++ sample code for an ActiveX control to be viewed via IE browser that is capable of downloading a file (say via winsock or http api) from the website where it is hosted? thanx in advance
hi you can build ActiveX control with MFC ActiveX control wizard.so it is not a big deal. main thing is to show it in browser. for that you have to sign your activeX control.other wise it wont be shown due to default security settings of the browser wont let it(unsigned ActiveX control) execute. to sign your control for testing purpose you can use codesigning SDK. sanket patel