Ultermate Webbrowser - Loads Of Features

Discussion in 'Programming General' started by rattytatt50, Dec 15, 2007.

Ultermate Webbrowser - Loads Of Features
  1. Unread #1 - Dec 15, 2007 at 8:45 AM
  2. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Ultermate Webbrowser - Loads Of Features

    I was bored the other day so i decided to make a webbrowser.
    Im sorry to be a bit short on this but ill give you a run through.

    Features:
    Boot up screen dectecting if files exsist
    If the user has a pass a locked panel requires a username and password - essensial for security!
    Working favourites - with add
    Scientific (sortof) calculator
    Whiteboard (with eraser)
    HTML source
    Clock
    Google, live, yahoo and search.com search
    Page content download
    Name detector
     
  3. Unread #2 - Dec 16, 2007 at 6:48 PM
  4. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Ultermate Webbrowser - Loads Of Features

    needs a lot of work and some extra stuff that isn't needed, but its not bad.
     
  5. Unread #3 - Dec 17, 2007 at 10:02 PM
  6. Shattered Reflection
    Joined:
    Jan 21, 2007
    Posts:
    1,660
    Referrals:
    0
    Sythe Gold:
    227

    Shattered Reflection Guru

    Ultermate Webbrowser - Loads Of Features

    I like it. 7/10 :)

    Thanks for the share.
     
  7. Unread #4 - Dec 18, 2007 at 2:51 AM
  8. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Ultermate Webbrowser - Loads Of Features

    if you need any help with adding more features to make it more like a 'professional' web browser i would be glad to help.
     
  9. Unread #5 - Dec 18, 2007 at 8:57 AM
  10. X Zero
    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0

    X Zero Forum Addict

    Ultermate Webbrowser - Loads Of Features

    ooo nice, with the search thing u might wanna add an array so u can only select one and not all, unless ur gonna add tabs
     
  11. Unread #6 - Dec 19, 2007 at 12:12 PM
  12. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Ultermate Webbrowser - Loads Of Features

    Ok im starting on a new one now :D
     
  13. Unread #7 - Jan 9, 2008 at 3:33 PM
  14. grez868
    Joined:
    Jan 9, 2008
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    grez868 Newcomer

    Ultermate Webbrowser - Loads Of Features

    I am also trying to make my own web browser, but i cannt find out how to do one thing.

    When the form loads, I have set the browser control to open my personal site. When it loads, it loads the site but doesn't display the url of the site in the combobox which I have made for the address bar.

    I was wondering, what is the code for grabbing the url of a page and displaying it in the combobox?
     
  15. Unread #8 - Jan 9, 2008 at 6:42 PM
  16. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Ultermate Webbrowser - Loads Of Features

    this is very simple, go to the web browsers documentcompleted property and add this code for the combobox.

    Code:
    combobox1.items.add(webbrowser1.url)
    not sure what this is going to be used for, but if you plan on using this to navigate back to previous sites then what you would want to do is for the combobox's selectedindexchange property add this code.

    Code:
    webbrowser1.navigate(combobox1.selecteditem)
    if you have any other questions or i haven't completely answered your question i'll be glad to give my best answer.
     
  17. Unread #9 - Jan 9, 2008 at 10:25 PM
  18. grez868
    Joined:
    Jan 9, 2008
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    grez868 Newcomer

    Ultermate Webbrowser - Loads Of Features

    That has told the browser to list the site when you click the combo box, however, when a site loads or a page changes from clicking on a link, the text does not update, like on other browsers.

    The reason I am struggling with this is because I am used to VB6, as that is what I learned at college.

    Anyway, i think the VB6 code was:
    Code:
    combobox1.caption = webbrowser1.locationurl
    
    This, however doesnt work doe to .NET framework being introduced and I am wanting to know the new version of this code, as the code upgrade doesn't understand it.


    EDIT: Found an article on MSDN and here is the code they gave, which seems to work for me.

    Code:
    ' Updates the URL in TextBoxAddress upon navigation.
        Private Sub webBrowser1_Navigated(ByVal sender As Object, _
            ByVal e As WebBrowserNavigatedEventArgs) _
            Handles WebBrowser1.Navigated
    
            txtAddress.Text = WebBrowser1.Url.ToString()
    
        End Sub
    
    Hence, it was the ToString() that I didn't know that I needed to use. This code has also got me to switch from combobox to textbox.
     
  19. Unread #10 - Jan 10, 2008 at 12:09 AM
  20. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Ultermate Webbrowser - Loads Of Features

    i apologize for not understanding what you were asking, i would suggest you continue to use a combobox for you can do the same thing along with showing other sites you have visited upon typing with ease.
     
  21. Unread #11 - Jan 10, 2008 at 3:36 AM
  22. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Ultermate Webbrowser - Loads Of Features

    Spelling correction: Alternate.

    Loads of features = Firefox or better ;) Still, its a good newby project I guess.
     
  23. Unread #12 - Feb 9, 2008 at 12:55 AM
  24. projector55
    Referrals:
    0

    projector55 Guest

    Ultermate Webbrowser - Loads Of Features

    can you send me the code of Favorites in my E-mail my e-mail address is [email protected] plz i want to add the Favorite Function in my browser. plz plz plz....
     
  25. Unread #13 - Mar 1, 2008 at 6:36 PM
  26. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Ultermate Webbrowser - Loads Of Features

    uh yeah - sorry, i rebooted my pc a little while ago and i forgot to save the webbrowser. Ill get the code soon. Im making a new thing atm- btw
    Gregz i think do u mean this by any chance?
    Code:
    
        Private Sub WebBrowser1_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles WebBrowser1.Navigating
            If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
                txtUrl.text = WebBrowser1.Url.AbsoluteUri
            End If
        End Sub
    
     
  27. Unread #14 - Mar 8, 2008 at 7:42 AM
  28. projector55
    Referrals:
    0

    projector55 Guest

    Ultermate Webbrowser - Loads Of Features

    Ok... but i have now created my browser...
     
  29. Unread #15 - Mar 8, 2008 at 9:45 AM
  30. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Ultermate Webbrowser - Loads Of Features

    oh sorry lol.
     
  31. Unread #16 - Mar 8, 2008 at 12:19 PM
  32. projector55
    Referrals:
    0

    projector55 Guest

    Ultermate Webbrowser - Loads Of Features

    OK...
     
  33. Unread #17 - Mar 8, 2008 at 5:15 PM
  34. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Ultermate Webbrowser - Loads Of Features

    LetzGoMegaSpamThisThreadKai?
     
< .Net 2005 versus 2008 | Compiler >

Users viewing this thread
1 guest


 
 
Adblock breaks this site