activex selft rejistrations
-
hi i m new to the field of activex and i want to know that are activeX (internet activex) made in the vc or vb are capable of self registering. or had to something extra to register them. particularly the (internet activex) controll. if not that what functions will be used to register them. i had made the (internet activex) that play the movie on the page i want to know that when user will visit my page then ocx will be selfdownloaded and selfrejisted to that client pc. or what will happen. ddd
-
hi i m new to the field of activex and i want to know that are activeX (internet activex) made in the vc or vb are capable of self registering. or had to something extra to register them. particularly the (internet activex) controll. if not that what functions will be used to register them. i had made the (internet activex) that play the movie on the page i want to know that when user will visit my page then ocx will be selfdownloaded and selfrejisted to that client pc. or what will happen. ddd
When you compile an activex code in VC or VB environment, it self-registers them. For manually registering an ActiveX, you can use regsvr32 command on the command prompt. When a user opens a web page which has an activeX, it self-registers it if user allows to get it installed on his machine. Here[^]is a simpel tutorial on ActiveX controls in VC. Einstein: "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." My Articles
-
When you compile an activex code in VC or VB environment, it self-registers them. For manually registering an ActiveX, you can use regsvr32 command on the command prompt. When a user opens a web page which has an activeX, it self-registers it if user allows to get it installed on his machine. Here[^]is a simpel tutorial on ActiveX controls in VC. Einstein: "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." My Articles
hi i had tried the issue of self rejisteration on my pc. i had installed the iis and placed the web page containing the activex control. when i tried to run that web page the myactive x controll was not self rejistered. i had made ocx in one computer and check that thing on another machine to know whether self rejisteration occur or not but it dit not occured tell me what was wrong. ddd
-
hi i had tried the issue of self rejisteration on my pc. i had installed the iis and placed the web page containing the activex control. when i tried to run that web page the myactive x controll was not self rejistered. i had made ocx in one computer and check that thing on another machine to know whether self rejisteration occur or not but it dit not occured tell me what was wrong. ddd
Did it ask you with a dialog to install the control or not? If it did, you should click yes to let it install itself. Otherwise, there might be a problem with your internet explorer's security settings. Check the security level for Local Intranet and if it is high, lower it. Einstein: "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." My Articles
-
Did it ask you with a dialog to install the control or not? If it did, you should click yes to let it install itself. Otherwise, there might be a problem with your internet explorer's security settings. Check the security level for Local Intranet and if it is high, lower it. Einstein: "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." My Articles
no it did not show any dialog. it open the web page with empty i had also tried to lower the sccurity setting but it did not work too. Be FaithFull To Your Work.
-
Did it ask you with a dialog to install the control or not? If it did, you should click yes to let it install itself. Otherwise, there might be a problem with your internet explorer's security settings. Check the security level for Local Intranet and if it is high, lower it. Einstein: "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." My Articles
but no it did not show any dialog. i had also tried to lower the internet setting and run that but it did not work2. when i debug through vc its environamnet register it and work fine. through the web page it does not work. Be FaithFull To Your Work.