Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox Column Pin
spankyleo12315-Feb-10 3:26
spankyleo12315-Feb-10 3:26 
GeneralRe: ComboBox Column Pin
Abhinav S15-Feb-10 6:53
Abhinav S15-Feb-10 6:53 
QuestionWhich is the best printing in ASP.NET Pin
sharad Pyakurel14-Feb-10 23:41
sharad Pyakurel14-Feb-10 23:41 
AnswerRe: Which is the best printing in ASP.NET Pin
DaveAuld15-Feb-10 4:44
professionalDaveAuld15-Feb-10 4:44 
QuestionProcess Exit problem ! Pin
Nematjon Rahmanov14-Feb-10 23:01
Nematjon Rahmanov14-Feb-10 23:01 
AnswerRe: Process Exit problem ! Pin
Luc Pattyn14-Feb-10 23:10
sitebuilderLuc Pattyn14-Feb-10 23:10 
QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov14-Feb-10 23:32
Nematjon Rahmanov14-Feb-10 23:32 
AnswerRe: Process Exit problem ! Pin
Luc Pattyn14-Feb-10 23:43
sitebuilderLuc Pattyn14-Feb-10 23:43 
your code should work fine if the process wasn't already running.
AFAIK it will fail if the process was already running (Start returns false then, and every other Process method will fail).
Solution: if Start returns false, you must get the process from GetProcessesByName() and then WaitForExit() on the correct one.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 0:17
Nematjon Rahmanov15-Feb-10 0:17 
AnswerRe: Process Exit problem ! Pin
Luc Pattyn15-Feb-10 0:24
sitebuilderLuc Pattyn15-Feb-10 0:24 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 1:45
professional#realJSOP15-Feb-10 1:45 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 2:14
Nematjon Rahmanov15-Feb-10 2:14 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 2:36
professional#realJSOP15-Feb-10 2:36 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 3:28
Nematjon Rahmanov15-Feb-10 3:28 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 4:08
professional#realJSOP15-Feb-10 4:08 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 4:16
Nematjon Rahmanov15-Feb-10 4:16 
GeneralRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 4:25
professional#realJSOP15-Feb-10 4:25 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 0:00
professional#realJSOP15-Feb-10 0:00 
QuestionRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 0:41
Nematjon Rahmanov15-Feb-10 0:41 
AnswerRe: Process Exit problem ! Pin
#realJSOP15-Feb-10 1:28
professional#realJSOP15-Feb-10 1:28 
GeneralRe: Process Exit problem ! Pin
Nematjon Rahmanov15-Feb-10 1:39
Nematjon Rahmanov15-Feb-10 1:39 
AnswerRe: Process Exit problem ! Pin
Dave Kreskowiak15-Feb-10 5:37
mveDave Kreskowiak15-Feb-10 5:37 
QuestionOnclick event of Hyperlink Pin
muka6614-Feb-10 22:36
muka6614-Feb-10 22:36 
Questionconversion from docx to html Pin
abcurl14-Feb-10 21:35
abcurl14-Feb-10 21:35 
QuestionHow to submit just a class name as a parameter of a method? Pin
ThomasZ0114-Feb-10 20:33
ThomasZ0114-Feb-10 20:33 

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.