Click here to Skip to main content
15,913,055 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionBind Outgoing Server Request IP == PLEASE HELP !!! Pin
dharma.h17-Sep-07 10:24
dharma.h17-Sep-07 10:24 
AnswerRe: Bind Outgoing Server Request IP == PLEASE HELP !!! Pin
Paul Conrad17-Sep-07 18:00
professionalPaul Conrad17-Sep-07 18:00 
GeneralRe: Bind Outgoing Server Request IP == PLEASE HELP !!! Pin
dharma.h17-Sep-07 18:23
dharma.h17-Sep-07 18:23 
GeneralRe: Bind Outgoing Server Request IP == PLEASE HELP !!! Pin
Dave Kreskowiak18-Sep-07 1:41
mveDave Kreskowiak18-Sep-07 1:41 
GeneralRe: Bind Outgoing Server Request IP == PLEASE HELP !!! Pin
Paul Conrad18-Sep-07 13:06
professionalPaul Conrad18-Sep-07 13:06 
GeneralRe: Bind Outgoing Server Request IP == PLEASE HELP !!! Pin
dharma.h18-Sep-07 18:20
dharma.h18-Sep-07 18:20 
QuestionRun external app Pin
#realJSOP17-Sep-07 6:21
professional#realJSOP17-Sep-07 6:21 
AnswerRe: Run external app Pin
Giorgi Dalakishvili17-Sep-07 6:50
mentorGiorgi Dalakishvili17-Sep-07 6:50 
John Simmons / outlaw programmer wrote:
Did MS move it to another assembly?


No, they didn't. Either add using System.Diagnostics; to the usings and then you will have access to Process class in your source code file or just write the full name when you need to access process class
System.Diagnostics.Process pr=new System.Diagnostics.Process();

#region signature
my articles
#endregion

GeneralRe: Run external app Pin
#realJSOP17-Sep-07 7:00
professional#realJSOP17-Sep-07 7:00 
GeneralRe: Run external app Pin
led mike17-Sep-07 7:09
led mike17-Sep-07 7:09 
GeneralRe: Run external app Pin
#realJSOP17-Sep-07 7:50
professional#realJSOP17-Sep-07 7:50 
GeneralRe: Run external app Pin
#realJSOP17-Sep-07 8:49
professional#realJSOP17-Sep-07 8:49 
GeneralRe: Run external app Pin
Pete O'Hanlon17-Sep-07 9:26
mvePete O'Hanlon17-Sep-07 9:26 
GeneralRe: Run external app Pin
led mike17-Sep-07 10:27
led mike17-Sep-07 10:27 
GeneralRe: Run external app Pin
pbraun17-Sep-07 9:43
pbraun17-Sep-07 9:43 
AnswerRe: Run external app [SOLVED] Pin
#realJSOP17-Sep-07 10:43
professional#realJSOP17-Sep-07 10:43 
GeneralRe: Run external app [SOLVED] Pin
Robert Rohde19-Sep-07 1:52
Robert Rohde19-Sep-07 1:52 
GeneralRe: Run external app [SOLVED] Pin
#realJSOP19-Sep-07 2:01
professional#realJSOP19-Sep-07 2:01 
GeneralRe: Run external app [SOLVED] Pin
Robert Rohde19-Sep-07 19:42
Robert Rohde19-Sep-07 19:42 
QuestionHow to search strings for special characters as if they were regular characters? Pin
PauloMorfeo17-Sep-07 3:44
PauloMorfeo17-Sep-07 3:44 
GeneralRe: How to search strings for special characters as if they were regular characters? Pin
Paul Conrad31-Dec-07 9:24
professionalPaul Conrad31-Dec-07 9:24 
GeneralRe: How to search strings for special characters as if they were regular characters? Pin
PauloMorfeo1-Jan-08 22:10
PauloMorfeo1-Jan-08 22:10 
AnswerRe: Slow repaint of controls Pin
Luc Pattyn16-Sep-07 22:57
sitebuilderLuc Pattyn16-Sep-07 22:57 
QuestionDatatype Issue with .NET DLL Pin
mpavas16-Sep-07 20:57
mpavas16-Sep-07 20:57 
GeneralRe: Datatype Issue with .NET DLL Pin
Paul Conrad31-Dec-07 9:24
professionalPaul Conrad31-Dec-07 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.