Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Submitting HTML parameters to activeX control

Reply
Thread Tools

Submitting HTML parameters to activeX control

 
 
Kai I. H.
Guest
Posts: n/a
 
      06-16-2005
Hi,

I have an activeX control (programmed with c++) which is displayed in
the Internet Explorer via the object tag. Now, as you probably know,
you can pass parameters to the activeX control by using the param tag.
My question now is, how do I get these parameters into my activeX
control.
I found hints about using IPropertyBag, but didn't find a good example
on how to implement that. I even don't know whether this is the right
way to get the parameters.

Does anyone know how to realize that? Can anyone help me?

Thx in advance,

Kai I. H.

 
Reply With Quote
 
 
 
 
Larry I Smith
Guest
Posts: n/a
 
      06-16-2005
Kai I. H. wrote:
> Hi,
>
> I have an activeX control (programmed with c++) which is displayed in
> the Internet Explorer via the object tag. Now, as you probably know,
> you can pass parameters to the activeX control by using the param tag.
> My question now is, how do I get these parameters into my activeX
> control.
> I found hints about using IPropertyBag, but didn't find a good example
> on how to implement that. I even don't know whether this is the right
> way to get the parameters.
>
> Does anyone know how to realize that? Can anyone help me?
>
> Thx in advance,
>
> Kai I. H.
>


Hmm, 'activeX'? I don't see that in the C++ Standard, nor
on my Solaris or Linux machines.

Try a Microsoft Developers newsgroup for relevant answers.

Regards,
Larry
 
Reply With Quote
 
 
 
 
Stephen Howe
Guest
Posts: n/a
 
      06-16-2005
> Does anyone know how to realize that? Can anyone help me?

In another newsgroup yes.
But in this newsgroup: "ActiveX Controls", "IPropertyBag" and other
OS-specific stuff is off-topic. Way off-topic.

I would suggest subscribing to the Microsoft New Server:
msnews.microsoft.com

and posting to one of the 22 newsgroups devoted to VC++

microsoft.public.vc.*

Come back here when you need help with C++ language or the standard library
but leave any OS-specific, Hardware-specific, vendor-specific baggage at the
door.

Stephen Howe


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX control in python vs ActiveX control in vb 6 (piece of code) vml Python 0 08-22-2007 09:57 AM
Passing parameters to an activeX control jb ASP .Net 1 12-04-2006 06:10 PM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
Passing parameters to client side ActiveX control Allan Cammish ASP .Net 1 11-06-2003 03:40 PM
Setting ActiveX Control Parameters Dynamically bcox ASP .Net 0 07-24-2003 05:16 PM



Advertisments