Click here to Skip to main content
15,922,696 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
system.diagnostics

how can i reference it ??to use
Posted

Try adding
using System.Diagnostics;

into the beginning of your class etc or use the whole namespace:
System.Diagnostics.Process.Start("SomethingToStart");
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Mar-11 17:01pm    
My 5 for the correct answer. Didn't you feel some other Answer would be more appropriate in thus case? I wonder: what would you think about my Answer (see)?
--SA
Wendelius 23-Mar-11 17:09pm    
Something crossed my mind but... Most likely I'm too soft, too often.
Sergey Alexandrovich Kryukov 23-Mar-11 17:13pm    
Maybe you're just fine. You all have different cultural background and style...
Thank you.
--SA
This Question is not the most effective way of getting help from CodeProject.
This would be much more useful in this case:
Microsoft Q209354 — HOWTO.html

—SA
 
Share this answer
 
Comments
Wendelius 23-Mar-11 17:07pm    
Haven't seen this before... May I borrow it some time ;) definitely worth a 5
Sergey Alexandrovich Kryukov 23-Mar-11 17:10pm    
It's the public domain... :-)
I felt you would find it adequate for the case...
My favorite item inside it is "Apply for employment with McDonalds" :-)
Thank you, Mika.
--SA
Orcun Iyigun 23-Mar-11 17:41pm    
My 5 for such a humorous link to answer this question B-)
Sergey Alexandrovich Kryukov 23-Mar-11 17:44pm    
Thank you, but it's not just humorous. It's a direct appeal to act. The topic is just abbreviation, it really means "Read The Following Manual". :-) Manual is implied here, just regular help.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900