CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    8

    Passing in PARAM Values



    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

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: Passing in PARAM Values



    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




























Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured