How would it be possible to code inside a button that the Browser will open and go to address:
http://www.google.com
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
//Code here to go to: http://www.google.com ?
}