Can someone PLEASE tell me how to pass in PARAM values from an HTML page into my ActiveX control (.ocx). I have posted this question all over news groups and can't even get a response.
Thank You,
Bob
Printable View
Can someone PLEASE tell me how to pass in PARAM values from an HTML page into my ActiveX control (.ocx). I have posted this question all over news groups and can't even get a response.
Thank You,
Bob
Aren't PARAM values for java applets? I'm pretty sure they are. To use an ocx in html you have to use the OBJECT tag and add a reference to it, then you can use it like you would use an ocx in vb or vc.
Heres a quick example I made with Frontpage. It shows the file open dialog...
Untitled Normal Page