Click here to Skip to main content
15,914,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error Code 0Xc0000135 error code Pin
Colin Angus Mackay24-Nov-06 3:31
Colin Angus Mackay24-Nov-06 3:31 
GeneralRe: Error Code 0Xc0000135 error code Pin
sanki77924-Nov-06 3:34
sanki77924-Nov-06 3:34 
GeneralRe: Error Code 0Xc0000135 error code Pin
Colin Angus Mackay24-Nov-06 3:35
Colin Angus Mackay24-Nov-06 3:35 
GeneralRe: Error Code 0Xc0000135 error code Pin
Michael P Butler24-Nov-06 4:27
Michael P Butler24-Nov-06 4:27 
GeneralRe: Error Code 0Xc0000135 error code Pin
Amar Chaudhary24-Nov-06 4:49
Amar Chaudhary24-Nov-06 4:49 
GeneralRe: Error Code 0Xc0000135 error code Pin
Pete O'Hanlon24-Nov-06 5:04
mvePete O'Hanlon24-Nov-06 5:04 
QuestionInvoking and killing internet explorer from C# Pin
Dewald24-Nov-06 2:46
Dewald24-Nov-06 2:46 
AnswerRe: Invoking and killing internet explorer from C# Pin
Eduard Keilholz24-Nov-06 2:58
Eduard Keilholz24-Nov-06 2:58 
starting IE is simple,
Process.Start("iexporer");

or if you want e certain URL
Process.Start("http://www.codeproject.com");
but this will open the page in your default browser

Opening IE using an url
Process.Start("iexporer", "http://www.codeproject.com");


I thought IE runs in a single process, so killing IE will not only stop the 'started' instance, but the entire IE process. (I don't know if this also counts for IE7, haven't got it installed) so killing er certain instance of IE will be a more difficult story. Do you only want to kill the started instance, or the entire IE process??

- - - --[ i love it when a plan comes together ]-- - - -

GeneralRe: Invoking and killing internet explorer from C# Pin
Dewald24-Nov-06 3:07
Dewald24-Nov-06 3:07 
AnswerRe: Invoking and killing internet explorer from C# Pin
Eduard Keilholz24-Nov-06 5:07
Eduard Keilholz24-Nov-06 5:07 
QuestionHow to know the logged in user to a machine on the network Pin
Lebanese24-Nov-06 1:45
Lebanese24-Nov-06 1:45 
AnswerRe: How to know the logged in user to a machine on the network Pin
quiteSmart24-Nov-06 2:06
quiteSmart24-Nov-06 2:06 
AnswerRe: How to know the logged in user to a machine on the network Pin
S. Senthil Kumar24-Nov-06 8:13
S. Senthil Kumar24-Nov-06 8:13 
Questionconnecting to the acitve directory Pin
quiteSmart24-Nov-06 1:16
quiteSmart24-Nov-06 1:16 
AnswerRe: connecting to the acitve directory Pin
Not Active24-Nov-06 5:35
mentorNot Active24-Nov-06 5:35 
QuestionStream & file Pin
Areff24-Nov-06 0:44
Areff24-Nov-06 0:44 
AnswerRe: Stream & file Pin
ejuanpp24-Nov-06 0:50
ejuanpp24-Nov-06 0:50 
QuestionStream & file Pin
Areff24-Nov-06 0:43
Areff24-Nov-06 0:43 
AnswerRe: Stream & file Pin
Eduard Keilholz24-Nov-06 3:01
Eduard Keilholz24-Nov-06 3:01 
Questionredirect the contents of the command to a file Pin
sanki77923-Nov-06 23:29
sanki77923-Nov-06 23:29 
AnswerRe: redirect the contents of the command to a file Pin
Colin Angus Mackay24-Nov-06 0:02
Colin Angus Mackay24-Nov-06 0:02 
AnswerRe: redirect the contents of the command to a file Pin
Shajeel24-Nov-06 0:13
Shajeel24-Nov-06 0:13 
Questionhow to wait for incoming data Pin
Yustme23-Nov-06 22:58
Yustme23-Nov-06 22:58 
AnswerRe: how to wait for incoming data Pin
coolestCoder24-Nov-06 0:40
coolestCoder24-Nov-06 0:40 
GeneralRe: how to wait for incoming data Pin
Yustme24-Nov-06 0:56
Yustme24-Nov-06 0:56 

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.