Click here to Skip to main content
15,900,589 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do I prevent Wait cursor Pin
Ravi Bhavnani3-Jan-06 3:11
professionalRavi Bhavnani3-Jan-06 3:11 
QuestionReal-time application with web service Pin
Ricardo Mendes3-Jan-06 2:34
Ricardo Mendes3-Jan-06 2:34 
QuestionWebPage download - limit download speed Pin
DUMITRU Guraliuc3-Jan-06 2:30
DUMITRU Guraliuc3-Jan-06 2:30 
AnswerRe: WebPage download - limit download speed Pin
navvara the infantryman3-Jan-06 2:49
navvara the infantryman3-Jan-06 2:49 
QuestionClosing Window Pin
rakesh_nits3-Jan-06 2:16
rakesh_nits3-Jan-06 2:16 
AnswerRe: Closing Window Pin
joe carbone3-Jan-06 2:47
joe carbone3-Jan-06 2:47 
GeneralRe: Closing Window Pin
rakesh_nits3-Jan-06 3:06
rakesh_nits3-Jan-06 3:06 
GeneralRe: Closing Window Pin
joe carbone3-Jan-06 3:12
joe carbone3-Jan-06 3:12 
Hi Rakesh
the process class has a property named Handle. with this property you can use the interop function SendMessage with the parameter WM_CLOSE.
example: SendMessage(Handle, WM_CLOSE, 0, 0);

or

use the Kill Methode of your process class.

GeneralRe: Closing Window Pin
rakesh_nits3-Jan-06 4:57
rakesh_nits3-Jan-06 4:57 
GeneralRe: Closing Window Pin
rakesh_nits3-Jan-06 18:30
rakesh_nits3-Jan-06 18:30 
GeneralRe: Closing Window Pin
joe carbone3-Jan-06 19:39
joe carbone3-Jan-06 19:39 
GeneralRe: Closing Window Pin
rakesh_nits3-Jan-06 20:39
rakesh_nits3-Jan-06 20:39 
GeneralRe: Closing Window Pin
rakesh_nits3-Jan-06 21:07
rakesh_nits3-Jan-06 21:07 
GeneralRe: Closing Window Pin
joe carbone3-Jan-06 22:29
joe carbone3-Jan-06 22:29 
GeneralRe: Closing Window Pin
rakesh_nits4-Jan-06 23:35
rakesh_nits4-Jan-06 23:35 
GeneralRe: Closing Window Pin
rakesh_nits5-Jan-06 1:43
rakesh_nits5-Jan-06 1:43 
GeneralRe: Closing Window Pin
joe carbone5-Jan-06 2:20
joe carbone5-Jan-06 2:20 
AnswerRe: Closing Window Pin
dbrenth21-Oct-08 9:48
dbrenth21-Oct-08 9:48 
QuestionMSMQ Pin
AB77713-Jan-06 1:50
AB77713-Jan-06 1:50 
AnswerRe: MSMQ Pin
S. Akif Kamal3-Jan-06 2:04
S. Akif Kamal3-Jan-06 2:04 
GeneralRe: MSMQ Pin
AB77713-Jan-06 2:10
AB77713-Jan-06 2:10 
GeneralRe: MSMQ Pin
S. Akif Kamal3-Jan-06 3:09
S. Akif Kamal3-Jan-06 3:09 
GeneralRe: MSMQ Pin
AB77713-Jan-06 17:04
AB77713-Jan-06 17:04 
GeneralRe: MSMQ Pin
S. Akif Kamal3-Jan-06 20:40
S. Akif Kamal3-Jan-06 20:40 
GeneralRe: MSMQ Pin
AB77713-Jan-06 21:13
AB77713-Jan-06 21:13 

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.