Open a page in a new form?

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

Open a page in a new form?
  1. Unread #1 - Mar 1, 2007 at 7:51 PM
  2. skate4life
    Referrals:
    0

    skate4life Guest

    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!
     
  3. Unread #2 - Mar 1, 2007 at 7:58 PM
  4. cooladrrang
    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    cooladrrang Active Member

    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)
     
  5. Unread #3 - Mar 1, 2007 at 8:00 PM
  6. skate4life
    Referrals:
    0

    skate4life Guest

    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
     
  7. Unread #4 - Mar 1, 2007 at 8:02 PM
  8. cooladrrang
    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    cooladrrang Active Member

    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
     
  9. Unread #5 - Mar 1, 2007 at 8:14 PM
  10. skate4life
    Referrals:
    0

    skate4life Guest

    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.
     
  11. Unread #6 - Mar 1, 2007 at 8:55 PM
  12. cooladrrang
    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    cooladrrang Active Member

    Open a page in a new form?

    i tried to make it work but it didnt work srry
     
  13. Unread #7 - Mar 2, 2007 at 12:31 AM
  14. X Zero
    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0

    X Zero Forum Addict

    Open a page in a new form?

    Why not just an open source webbrowser.

    This could attract more people to come to vb 2005
     
  15. Unread #8 - Mar 2, 2007 at 6:42 PM
  16. kharg0
    Joined:
    Feb 25, 2007
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    kharg0 Active Member

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site