Click here to Skip to main content
15,911,715 members
Home / Discussions / C#
   

C#

 
QuestionDrag & Drop & More Pin
willy20057-May-08 23:07
willy20057-May-08 23:07 
QuestionHow to delete Cookies Pin
Waheed Ur Rehman7-May-08 22:38
Waheed Ur Rehman7-May-08 22:38 
AnswerRe: How to delete Cookies Pin
Ashfield7-May-08 23:56
Ashfield7-May-08 23:56 
GeneralRe: How to delete Cookies Pin
Waheed Ur Rehman9-May-08 2:04
Waheed Ur Rehman9-May-08 2:04 
AnswerRe: How to delete Cookies Pin
Ashfield9-May-08 22:37
Ashfield9-May-08 22:37 
GeneralRe: How to delete Cookies Pin
boblaw9911-May-08 16:16
boblaw9911-May-08 16:16 
QuestionProcess.Start() Issue Pin
Harvey Saayman7-May-08 22:27
Harvey Saayman7-May-08 22:27 
QuestionRe: Process.Start() Issue Cont.... Pin
Harvey Saayman7-May-08 22:38
Harvey Saayman7-May-08 22:38 
Ive now seen that when the process class is used as an instance there is a WaitForExit() method

but now i'm getting an error on myProcess.Start("ring.exe"); " System.Diagnostics.Process.Start(string)' cannot be accessed with an instance reference; qualify it with a type name instead "

here is the code

Process myProcess = new Process();
myProcess.WaitForExit();
myProcess.Start("ring.exe");


thanx

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL
think BIG and kick ASS
you.suck = (you.passion != Programming)

AnswerRe: Process.Start() Issue Pin
Spunky Coder7-May-08 22:39
Spunky Coder7-May-08 22:39 
GeneralRe: Process.Start() Issue Pin
Harvey Saayman7-May-08 22:43
Harvey Saayman7-May-08 22:43 
GeneralRe: Process.Start() Issue Pin
Spunky Coder7-May-08 22:48
Spunky Coder7-May-08 22:48 
GeneralRe: Process.Start() Issue Pin
Harvey Saayman7-May-08 22:50
Harvey Saayman7-May-08 22:50 
GeneralRe: Process.Start() Issue Pin
Spunky Coder7-May-08 22:46
Spunky Coder7-May-08 22:46 
QuestionCapture Batch-File Data Pin
Reelix7-May-08 20:12
Reelix7-May-08 20:12 
AnswerRe: Capture Batch-File Data Pin
Giorgi Dalakishvili7-May-08 20:57
mentorGiorgi Dalakishvili7-May-08 20:57 
AnswerRe: Capture Batch-File Data Pin
dan!sh 7-May-08 20:59
professional dan!sh 7-May-08 20:59 
GeneralRe: Capture Batch-File Data Pin
Reelix7-May-08 22:17
Reelix7-May-08 22:17 
GeneralRe: Capture Batch-File Data Pin
Harvey Saayman7-May-08 23:45
Harvey Saayman7-May-08 23:45 
QuestionHow to use app.config file for set database Connection Pin
sanpune7-May-08 19:59
sanpune7-May-08 19:59 
AnswerRe: How to use app.config file for set database Connection Pin
Christian Graus7-May-08 20:10
protectorChristian Graus7-May-08 20:10 
QuestionC# simple windows form taking alot of RAM Pin
Adeel Chaudhry7-May-08 19:44
Adeel Chaudhry7-May-08 19:44 
AnswerRe: C# simple windows form taking alot of RAM Pin
Christian Graus7-May-08 19:52
protectorChristian Graus7-May-08 19:52 
GeneralRe: C# simple windows form taking alot of RAM Pin
Reelix7-May-08 20:03
Reelix7-May-08 20:03 
AnswerRe: C# simple windows form taking alot of RAM Pin
natsuyaki8-May-08 1:16
natsuyaki8-May-08 1:16 
QuestionClass not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) -- Exception Pin
jamesjk7-May-08 19:14
jamesjk7-May-08 19:14 

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.