0
Answer

back button

Ask a question
nasa arr

nasa arr

16y
1.9k
1

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