BP Forums
Web Browser History Help - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: Web Browser History Help (/showthread.php?tid=508)



Web Browser History Help - Vinwarez - 04-05-2012

I was trying to find the solution to this problem via Google, but just couldn't find one. So, here is the situation:

I have two window forms. One window form is the browser itself and the other window form is meant for history. The history window form contains ListBox named lb_History and a few buttons; Remove Selected, Bookmark Selected, Clear All, Visit Link.

I managed to create a history, but it would clear itself after opening and closing history window form.

Could anyone help me with this?
Thank you very much, in advance!

Editing reason: Damn grammar. <!-- sTongue --><img src="{SMILIES_PATH}/icon_razz.gif" alt="Tongue" title="Razz" /><!-- sTongue -->


Re: Web Browser History Help - brandonio21 - 04-05-2012

What I have always done is saved the history into a text file and load up that text file every time the application opens.


Re: Web Browser History Help - Vinwarez - 04-07-2012

I actually tried that method but it showed me the wrong information. Maybe I should've put more time into searching the solution for my problem. Well, thanks for reminding me of that solution. I will try it again.


Re: Web Browser History Help - brandonio21 - 04-07-2012

If you need any help, you can download the Trinity WebBrowser from the forums (<!-- l --><a class="postlink-local" href="http://www.bpforums.info/download/file.php?id=107">download/file.php?id=107</a><!-- l -->) and check out that history module to see if it gives you any ideas!


Re: Web Browser History Help - Vinwarez - 04-07-2012

brandonio21 Wrote:If you need any help, you can download the Trinity WebBrowser from the forums (<!-- m --><a class="postlink" href="http://www.bpforums.info/download/file.php?id=107">http://www.bpforums.info/download/file.php?id=107</a><!-- m -->) and check out that history module to see if it gives you any ideas!
I haven't seen this version, Brandon, it is amazing! It has a lot of things that I wanted to add to my browser and hopefully I will find it useful. Thank you!