hi
Im using vs2005. In my application i have to add already visited websites in back button. i ve tried this code.
tssbtnBack.DropDownItems.Insert(0,(
ToolStripItem) Convert.ChangeType(webBrowser1.Document.Url , typeof(ToolStripItem)));
but its not working. any idea
thanks in advance