Hi,
What's the best way of integrating a Paypal button in a WinForms application?
I can make a tiny WebBrowser and render the form html in it, but when clicking it, processing should be done by the default browser, not the WebBrowser in my application.
LEdit:
Or I could just use a picture of the button and redirect the user when clicking it.