winforms - How to add navigation controls to Web browser control in C# -
i using web browser command in c# project load html pages.
i can navigate / forwards or refresh page after right clicking web page.
how add together these navigation controls web browser itself, user can navigate without right clicking.
you can add together buttons on form , wire click events appropriate actions need.
//if wb webbrowser instance wb.goback(); wb.refresh(); wb.goforward();
c# winforms
No comments:
Post a Comment