eramgarden
Programmer
I'm trying to write my first C# app:
I have a form, with 2 buttons on it:
The first one : i want to click and open a website
The second one: I want to click and open a file on c drive.
VB has shellexecute command.
How can I do this in C#, I looked at the File Object but cant find any examples to go by.
Any ideas would be great.
I have a form, with 2 buttons on it:
The first one : i want to click and open a website
The second one: I want to click and open a file on c drive.
VB has shellexecute command.
How can I do this in C#, I looked at the File Object but cant find any examples to go by.
Any ideas would be great.