Ask a Question related to ASP, Design and Development.
-
Jason Smith #1
Re: using activex controls
Sorry,
I posted this here because this code will be included on
an asp page. I will try a different forum.
IE newsgroup, as it>-----Original Message-----
>You'll probably have better luck if you post this in anpage:>has nothing to do with asp.
>
>"Jason Smith" <jfreets2@yahoo.com> wrote in message
>news:02a901c35084$030b6750$a401280a@phx.gbl...>> I am new to activex controls and I was wondering if I am
>> doing something wrong with this procedure:
>> I open VB6 with a new activex control. I add a command
>> button. I compile the ocx. I look in the registry for
>> the CLASS ID and then I put the following in my webnothing>> <HTML>
>> <BODY>
>> <CENTER>A simple ActiveX control.</CENTER>
>> <BR>
>> <CENTER>
>> <object id="cmdprint" width=100 height=23
>> classid="CLSID:39DF8B6C-0CF5-4531-BDBB-ED961810F43D"
>> CODEBASE="MyOCXFileName.OCX">>
>> <param name="_ExtentX"
>> value="2328">
>> <param name="_ExtentY"
>> value="582">
>>
>> </object>
>>
>> </CENTER>
>> </BODY>
>> </HTML>
>>
>> I then check to make sure all of my activex security
>> settings are set to enabled. When I load the pageAm>> shows up in the page except for a missing image icon.>>> I missing a step here? Any help would be greatly
>> appreciated. I have found many examples online that use
>> these exact steps that seem to work fine? For example:
>> [url]http://www.4guysfromrolla.com/webtech/091698-1.shtml[/url]
>>
>>
>
>.
>Jason Smith Guest
-
Can ActiveX controls be built with C#
I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect... -
ActiveX controls and IE 6
I have navigation bars in my website and after IE6 was installed the browser blocks the swap images and waits untill I click the IE security bar to... -
How to exchange data between two activex controls
Hi guys, I have a question about activex controls in director like the message title. Two activex controls in the scene ,the first one (FIR) need... -
.NET objects as ActiveX controls?
Hi, You need to dress your .Net in COM suit. refer to : http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Natty Gur, CTO... -
ActiveX Controls
I have MSN as my internet service provider, and when I go into PHOTOS, I get a Warning Message that says "Your current security settings prohibit...



Reply With Quote

