Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: Printing Pin
Jerry Hammond5-Jul-05 4:43
Jerry Hammond5-Jul-05 4:43 
GeneralHelp me please.... Pin
amarsumanth3-Jul-05 4:21
amarsumanth3-Jul-05 4:21 
GeneralRe: Help me please.... Pin
S. Senthil Kumar3-Jul-05 5:17
S. Senthil Kumar3-Jul-05 5:17 
GeneralRe: Help me please.... Pin
amarsumanth3-Jul-05 10:41
amarsumanth3-Jul-05 10:41 
GeneralRe: Help me please.... Pin
David Stone3-Jul-05 8:06
sitebuilderDavid Stone3-Jul-05 8:06 
GeneralToolbar on System TASKBAR Pin
XironiX3-Jul-05 2:49
sussXironiX3-Jul-05 2:49 
GeneralRe: Toolbar on System TASKBAR Pin
gavinlv3-Jul-05 22:30
gavinlv3-Jul-05 22:30 
Generalshutdown a process Pin
niebo0773-Jul-05 2:09
niebo0773-Jul-05 2:09 
In working on a small C#.net program that starts another program via rundll32. This program performs an operation and then opens a IE page showing some results. I would like to be able to close this IE process after the WaitForExit() call.

Process proc = new Process();<br />
ProcessStartInfo processInfo = new ProcessStartInfo("rundll32.exe");<br />
processInfo.Arguments = Config.DLL_ARGUMENTS;<br />
proc.StartInfo = processInfo;<br />
proc.Start();<br />
proc.WaitForExit();<br />
//how to close the IE window that was started by the rundll32 call.


I know how to get a list of processes running, but how do I know which was the IE started by my other proc. call??

Thanks for any help!
GeneralRe: shutdown a process Pin
Dave Kreskowiak3-Jul-05 14:23
mveDave Kreskowiak3-Jul-05 14:23 
GeneralRe: shutdown a process Pin
Matt Gerrans3-Jul-05 22:39
Matt Gerrans3-Jul-05 22:39 
GeneralRe: shutdown a process Pin
Dave Kreskowiak4-Jul-05 2:43
mveDave Kreskowiak4-Jul-05 2:43 
GeneralRe: shutdown a process Pin
Matt Gerrans4-Jul-05 15:32
Matt Gerrans4-Jul-05 15:32 
GeneralRe: shutdown a process Pin
Dave Kreskowiak4-Jul-05 16:50
mveDave Kreskowiak4-Jul-05 16:50 
GeneralRe: shutdown a process Pin
Matt Gerrans4-Jul-05 19:32
Matt Gerrans4-Jul-05 19:32 
GeneralChanging applications exe icon Pin
asmyan3-Jul-05 1:34
asmyan3-Jul-05 1:34 
GeneralRe: Changing applications exe icon Pin
lovelylooney3-Jul-05 1:50
lovelylooney3-Jul-05 1:50 
GeneralRe: Changing applications exe icon Pin
S. Senthil Kumar3-Jul-05 3:37
S. Senthil Kumar3-Jul-05 3:37 
GeneralConvert to int but.... Pin
Sasuko3-Jul-05 0:49
Sasuko3-Jul-05 0:49 
GeneralRe: Convert to int but.... Pin
S. Senthil Kumar3-Jul-05 5:18
S. Senthil Kumar3-Jul-05 5:18 
GeneralRe: Convert to int but.... Pin
Sasuko3-Jul-05 5:43
Sasuko3-Jul-05 5:43 
GeneralRe: Convert to int but.... Pin
Sasuko3-Jul-05 5:50
Sasuko3-Jul-05 5:50 
GeneralRe: Convert to int but.... Pin
Libor Tinka3-Jul-05 13:23
Libor Tinka3-Jul-05 13:23 
GeneralRe: Convert to int but.... Pin
User 66583-Jul-05 8:27
User 66583-Jul-05 8:27 
GeneralRe: Convert to int but.... Pin
Sasuko3-Jul-05 13:06
Sasuko3-Jul-05 13:06 
GeneralShowInTaskbar causes Alt-Tab icon to disappear Pin
0ryan02-Jul-05 11:12
0ryan02-Jul-05 11:12 

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.