nasa arr

nasa arr

  • NA
  • 3
  • 0

back button

Nov 14 2007 2:14 AM

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