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
Replies
Know the answer? Post it — somebody with the same question will find it here.