![]() |
Opening MSPaint in C#
I have already opened mspaint in C#. I'm currently using Visual Studio 2010 and I'm making a picture viewer using C#. What I want to do is, when a user opens an image, and he/she wanted to edit it, there is a button that says open in MS Paint and when the user clicks it, MS Paint will open with the picture the user just viewed in my picture viewer. Thanks. What code should I use? what namespaces should I use?
Here are my namespaces Code:
using System;Code:
private void edit_Click(object sender, EventArgs e) |
| All times are GMT +1. The time now is 10:49 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.