I've got a VB.NET WinForms app in which I have the need to refer the user to a web page with documentation/help. I realize the LinkButton would get the trick done, but what I want is a standard Button control to launch the system default browser when that button is clicked. The only code I can find references the Win32 API, hooking the ShellExecute command:I've got a VB.NET WinForms app in which I have