Results 1 to 4 of 4

Thread: VB, The web and Frontpage 3

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Liverpool UK
    Posts
    23

    Question

    I have developed a few controls (*.ocx)'s and put inseted them into Frontpage 98 Editor. This works fine and I can use them as designed. The problems start when publishing the .html page and associated .ocx file.

    I've got VB5 Enterprise Edition, and want to know how I can put my .html page on the web with the .ocx file in it still viewable on another person's computer on the internet.

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Liverpool UK
    Posts
    23

    Exclamation Question to reply

    So does that mean for someone to run an ActiveX ocx on another system in a web browser they'd have to first download the setup program, install that and then be able to see it on the screen?

  4. #4
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    That is definitely the downside of ActiveX controls.
    If there happened to be one little mistake in your code( or if you were malicious),you could potentially cause harm to somebody's machine.

    Another bummer is that they work only with IE
    and not Netscape.

    If you wish for NS users to download
    your OCX, then they would also have to download a
    plug-in for their browser. The plug-in required is the Esker ActiveX Plug-in.

    An alternative could be a Java applet or ASP; but Java
    applets are much slower compared to ActiveX controls.




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