Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with parameters handover to ActiveX in IE

Status
Not open for further replies.

ansc

Programmer
Sep 24, 2004
2
0
0
DE
Hi everybody,

i'm new to ActiveX programming and hope you can help me, with this basic problem.

I wrote an ActiveX with VB 6.0, everything is working Fine.
I can include it into a HTML-Page, and the Component starts up and runs.

But Now: I have to hand over some parameters from the HTML-Page to the ActiveX. To do that, i have to include a <param name='xxx' value='yyy'> between the <object></object> tags.

If i do so, the Component doesn't start anymore. If i delet the "param" tags, it starts and runs perfectly.
Does anyone know, what the problem here is?

Second thing: How do i read the parameters in my VB Code?
Can anyone post a kind of Code-Framework for that? Although this semms to be a essential thing, i couldnt find any documentation, tutorial or hints about that issue.

Thank you very much!!

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top