Adblock breaks this site

Open a page in a new form?

Discussion in 'Programming General' started by skate4life, Mar 1, 2007.

  1. skate4life

    skate4life Guest

    Referrals:
    0
    Open a page in a new form?

    Ok, i know to make a form show. But this is what im not sure of. Like in IE , Firefox when u open a new window it pops up IE or Firefox. Or you can open in a new tab and it will pop up in a tab on firefox. So if i make my own Browser how do i do that where a link opend from webbrowser has to be opend in a tab.

    Cause im using tab controll, webbrowser.

    And i think this is possible Just not sure how to work it.

    Like right click open in new tab or somthin..

    Thanks if you can help me.

    EDIT:

    I was thinking... Would it have to shell the program with the location? But what if i wanted to just open a link in a new tab... Well once again if you can hook me up with some codes thanks!
     
  2. cooladrrang

    cooladrrang Active Member

    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    Open a page in a new form?

    im also trying to do that its really difficult if i know anything ill tell you
    (but it is possilbe if seen one done in vb2005.net)
     
  3. skate4life

    skate4life Guest

    Referrals:
    0
    Open a page in a new form?

    I'm using VB2005.net, we should work togeather on a project since were both aiming towards the same coding. I'm going to add you on MSN bud. Whats your MSN? And do you got the code for vb5.net
     
  4. cooladrrang

    cooladrrang Active Member

    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    Open a page in a new form?

    ok
    i had thiss cool webbrowser but it screwed up this is how it looked Click Here
    so yea i think we could work together since im good with vb.net
     
  5. skate4life

    skate4life Guest

    Referrals:
    0
    Open a page in a new form?

    I found some coding..


    Public Class BrowserTabPage

    Inherits TabPage



    Private browser As WebBrowser



    Public Sub New()
    MyBase.New()



    Me.browser = New WebBrowser

    Me.browser.Dock = DockStyle.Full

    Me.Controls.Add(Me.browser)

    End Sub



    End Class


    ----------------------------------------------------------------

    Me.TabControl1.TabPages.Add(New BrowserTabPage)





    -----------------------------------------------

    Im just not sure where id put them. And i doubt if they will work.
     
  6. cooladrrang

    cooladrrang Active Member

    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    Open a page in a new form?

    i tried to make it work but it didnt work srry
     
  7. X Zero

    X Zero Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0
    Open a page in a new form?

    Why not just an open source webbrowser.

    This could attract more people to come to vb 2005
     
  8. kharg0

    kharg0 Active Member

    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0
    Open a page in a new form?

    ya like mozilla does that i could try to figure a code out...but im probably to nooby :p
     
< How do I.................. | how do you make a speed it up extreme >


 
 
Adblock breaks this site