Adblock breaks this site

Loading an applet in the IE control?

Discussion in 'Programming General' started by Blupig, May 6, 2008.

  1. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant
    Loading an applet in the IE control?

    Well here's the HTML file I made to load in my IE control:

    Code:
    <Html>
    <Head></Head>
    <Body>
    <Applet Name="BluApplet" Width="765" Height="503" Archive="Client.jar" Code="Client">
    	<Param Name="Host" Value="host URL here, it's private for now">
    	<Param Name="Port" Value="43594">
    </Applet>
    </Body>
    </Html>
    In my project, I did:
    Code:
    Private Sub Form_Load
    
    MainBrowser.Navigate "C:\DCBS.html"
    
    End Sub
    When I tried that, the internet explorer control gave me a big grey box.
     
  2. Terrankiller

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1
    Loading an applet in the IE control?

    Applet coded correctly?
     
< A Little Java Help | Need Help Fixing My C Program. Deals with File I/O >


 
 
Adblock breaks this site