Link to home
Start Free TrialLog in
Avatar of BasPronk
BasPronk

asked on

command line argument for activex-dll/exe

Hello,


I would like to supply an activex-dll/exe on a web-page  with command-line parameters. I have experimented with the tag param name on the HTML-page, but this has not yielded any result. I'm creating the activex-dll/exe with Visual Basic 5, but i'm not sure which components I have to include with my project (class modules or userdocuments or just modules/forms) in order to obtain these param name - values .

Thanks in advance,

Bas Pronk
Avatar of Christian_Wenz
Christian_Wenz

tried calling these programs using programname.ext?variable1=xxx&variable2=yyy?
ASKER CERTIFIED SOLUTION
Avatar of estogo
estogo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BasPronk

ASKER

Thanks for the answer. I have tried to implement it in my webpage and in my activex.exe, but somehow I did not succeed. Could you send  me some sample code of a complete webpage in which it does work (for instance with an Office-class or any other common class).

thanks