Hi,
Does anybody know how to toolstrip buttons work as back and forward buttons
(I already have the buttons i just need to know to make them work as web browser buttons!)
Visual C# General
Hi,
Does anybody know how to toolstrip buttons work as back and forward buttons
(I already have the buttons i just need to know to make them work as web browser buttons!)
Hi,
The web browser control provides a couple of methods and properties that help create forward and back buttons...
webBrowser.GoForward()
webBrowser.CanGoForward //boolean property
webBrowser.CanGoBack
webBrowser.GoBack()
Use these methods in the click event of your toolstrip buttons !
Hi,
I read your post and i got a popup window saying "PROPERTY VALUE IS NOT VALID"
Do you know why this is