2 Topics

Member Avatar for
Member Avatar for Marcusflint

Hi, I have a suggestion. When i was browsing the forums i came across some interesting threads (i didnt contribute anything to them)...so i saved those pages...my suggestion is why cant there be another tab "my favorites" or something like that along with recently updated articles etc...so that i can …

Member Avatar for Marcusflint
0
168
Member Avatar for RedexProGamma

Hi again... I have been working on a small webbrowser application, and am having trouble with my Favorites bar script. So far I have [CODE]Public Class frm_Main Public Function NewFav(ByVal Name As String, ByVal URL As Uri) Dim twoToolStripMenuItem As ToolStripMenuItem = New ToolStripMenuItem(Name) AddHandler twoToolStripMenuItem.Click, AddressOf Me.twoToolStripMenuItem_Click Me.FavoritesToolStripMenuItem.DropDownItems.Add(twoToolStripMenuItem) End …

Member Avatar for RedexProGamma
0
161

The End.