Shovan Saha

Shovan Saha

  • NA
  • 306
  • 16.4k

C# combobox web link in visual studio 2015

May 24 2017 12:39 PM
I am new in C#. That is why I need a sample couple of codes or example that I can apply this:
  1. if (comboBox1.Text == "c-sharpcorner")
  2. System.Diagnostics.Process.Start("http://www.c-sharpcorner.com");

Answers (3)