Adblock breaks this site

is there anyway?

Discussion in 'Programming General' started by user123, Nov 12, 2007.

  1. user123

    user123 Forum Addict

    Joined:
    Mar 12, 2007
    Posts:
    439
    Referrals:
    0
    Sythe Gold:
    0
    is there anyway?

    is there anyway to display a .html in frame?
     
  2. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    is there anyway?

    put a webbrowser in a frame then navigate to that file.
     
  3. user123

    user123 Forum Addict

    Joined:
    Mar 12, 2007
    Posts:
    439
    Referrals:
    0
    Sythe Gold:
    0
    is there anyway?

    how i do that?
     
  4. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    is there anyway?

    Right click on the toolbox. Select components. When another form pops up scroll to about the middle and search for Microsoft Internet Controls. Once there is a check by it hit Ok. Place the webbrowser on your form. Now add a command button to your form. Double click it then add the following line of code.

    Code:
    Webbrowser1.Navigate "http://google.com"
     
  5. user123

    user123 Forum Addict

    Joined:
    Mar 12, 2007
    Posts:
    439
    Referrals:
    0
    Sythe Gold:
    0
    is there anyway?

    it gives me error when i do that.
     
< Authentication help !? | Random colors? >


 
 
Adblock breaks this site