Building a web browser - how to handle Java apps?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ooroboo
    New Member
    • Feb 2008
    • 20

    Building a web browser - how to handle Java apps?

    i wont to make a simple web app that loads just 1 page. i can make it so it loads to that page , but i was wondering if there was a way to get vb6 handle java, so i can view the java app on that page.

    thanks rob , if this wont work please post that.
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by ooroboo
    i wont to make a simple web app that loads just 1 page. i can make it so it loads to that page , but i was wondering if there was a way to get vb6 handle java, so i can view the java app on that page.

    thanks rob , if this wont work please post that.
    Are you embedding an Internet Explorer control? If not, try that. It should allow you to run Java as long as Java is not turned off.

    Comment

    • ooroboo
      New Member
      • Feb 2008
      • 20

      #3
      do i need to import the IE java control , or should it just work because at the moment , it comes up with a gray box where the app would be

      Comment

      • VBWheaties
        New Member
        • Feb 2008
        • 145

        #4
        Originally posted by ooroboo
        do i need to import the IE java control , or should it just work because at the moment , it comes up with a gray box where the app would be
        From what I understand, the webbrowser control inherits the permissions from IE. If you have your permissions ok for Java applets in IE, they should propogate to your webbrowser control.

        Comment

        Working...