I\'m trying to open an URL following a simple method written all over google and even MSDN. But for unknown reasons I get an Exception as follows:
Win32Except
You are looking for the string overload of Process.Start():
string
Process.Start()
Process.Start("http://github.com/tbergeron/todoTxt");