Windows Forms WebBrowser Gabe
if(webbrowser1.CanGoBack)
{
webbrowser.GoBack();
}
TridleGames
if(webbrowser1.CanGoBack)
{
webbrowser.GoBack();
}