Loading an applet in the IE control?

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

Loading an applet in the IE control?
  1. Unread #1 - May 6, 2008 at 8:19 AM
  2. Blupig
    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

    Blupig BEEF TOILET
    $5 USD Donor

    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.
     
  3. Unread #2 - May 6, 2008 at 10:45 AM
  4. Terrankiller
    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site