Help with games.

Discussion in 'Programming General' started by Labz, Apr 22, 2008.

Help with games.
  1. Unread #1 - Apr 22, 2008 at 11:14 AM
  2. Labz
    Joined:
    Jun 3, 2007
    Posts:
    139
    Referrals:
    0
    Sythe Gold:
    0

    Labz Active Member

    Help with games.

    Just wondering if I can embed a game into VB.

    Code:
    <iframe width="640" height="480" src="http://www.freeonlinegames.com/embed.php?g_id=241" frameborder="0" scrolling="no"></iframe>
     
  3. Unread #2 - Apr 22, 2008 at 12:34 PM
  4. Stuart
    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10

    Stuart Guru
    Banned

    Help with games.

    Havn't got vb6 atm but try this.

    Made a webbrowser and a command button.

    In the command button click put this code.

    Code:
    dim src as string
    src = "<iframe width='640' height='480' src='http://www.freeonlinegames.com/embed.php?g_id=241' frameborder='0' scrolling='no'></iframe>"
    WebBrowser1.Document.body.innerHTML = src
     
  5. Unread #3 - Apr 22, 2008 at 6:59 PM
  6. halojunkie
    Joined:
    Dec 17, 2005
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0

    halojunkie Active Member

    Help with games.

    Or host a web page with it embedded.
     
  7. Unread #4 - May 8, 2008 at 9:59 AM
  8. WTF IS WTH
    Joined:
    Apr 18, 2008
    Posts:
    350
    Referrals:
    0
    Sythe Gold:
    0

    WTF IS WTH Forum Addict

    Help with games.

    exacly!
    110Mb.com
    sign up
    embed it
    get your link
    put it in your project internet browse
     
< [Game]Help with coding | how would i make it so.. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site