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

C#

 
AnswerRe: How to retrieve local settings Pin
Eduard Keilholz27-Jul-07 1:21
Eduard Keilholz27-Jul-07 1:21 
GeneralRe: How to retrieve local settings Pin
Stevo Z27-Jul-07 1:22
Stevo Z27-Jul-07 1:22 
QuestionDatagrid row selection Pin
Nisar Inamdar27-Jul-07 0:53
Nisar Inamdar27-Jul-07 0:53 
QuestionDataGridViewCell Pin
sangramkp27-Jul-07 0:36
sangramkp27-Jul-07 0:36 
AnswerRe: DataGridViewCell Pin
Chetan Patel27-Jul-07 1:07
Chetan Patel27-Jul-07 1:07 
QuestionHow to prioritize the UI thread as a process (.exe) eats up the resources Pin
Rafferty Uy27-Jul-07 0:26
Rafferty Uy27-Jul-07 0:26 
AnswerRe: How to prioritize the UI thread as a process (.exe) eats up the resources Pin
Martin#27-Jul-07 0:36
Martin#27-Jul-07 0:36 
AnswerRe: How to prioritize the UI thread as a process (.exe) eats up the resources Pin
Mike Dimmick27-Jul-07 2:22
Mike Dimmick27-Jul-07 2:22 
You'd have to confirm with your code, but my wild-ass guess is that you're monitoring the process's output on your UI thread. Hence, it's not processing window messages, so it never sees the click on the Stop button.

You need to move the monitoring to a different thread, and use Invoke/BeginInvoke to send the text back to the UI thread to update the text box. .NET Framework 2.0 will throw exceptions if you try to modify a Windows Forms control from the wrong thread, when debugging; .NET Framework 1.x will not, but it's still an error.

Stability. What an interesting concept. -- Chris Maunder

QuestionHow to convert Struct to array Pin
kobi10i1027-Jul-07 0:13
kobi10i1027-Jul-07 0:13 
AnswerRe: How to convert Struct to array Pin
Christian Graus27-Jul-07 0:28
protectorChristian Graus27-Jul-07 0:28 
AnswerRe: How to convert Struct to array Pin
Guffa27-Jul-07 2:36
Guffa27-Jul-07 2:36 
AnswerRe: How to convert Struct to array Pin
leppie27-Jul-07 3:16
leppie27-Jul-07 3:16 
AnswerRe: How to convert Struct to array Pin
CiNN27-Jul-07 5:39
CiNN27-Jul-07 5:39 
QuestionHow to give attechment with mailto in c# Pin
Dhaval Bhattji26-Jul-07 23:58
Dhaval Bhattji26-Jul-07 23:58 
AnswerRe: How to give attechment with mailto in c# Pin
Christian Graus27-Jul-07 0:30
protectorChristian Graus27-Jul-07 0:30 
QuestionProblem in Deployment of Excel Data Reading WebPart developed in C# Pin
khan SharePoint Developer26-Jul-07 23:45
khan SharePoint Developer26-Jul-07 23:45 
QuestionDiscover a Device in C# Pin
Amjath Rahman26-Jul-07 23:43
Amjath Rahman26-Jul-07 23:43 
AnswerRe: Discover a Device in C# Pin
Martin#26-Jul-07 23:54
Martin#26-Jul-07 23:54 
GeneralRe: Discover a Device in C# Pin
Amjath Rahman29-Jul-07 14:51
Amjath Rahman29-Jul-07 14:51 
Questionprinting a complete datagrid having paging and sorting Pin
samparadise26-Jul-07 23:36
samparadise26-Jul-07 23:36 
Questiondatagrid save Pin
csharpgal26-Jul-07 23:16
csharpgal26-Jul-07 23:16 
AnswerRe: datagrid save Pin
Christian Graus27-Jul-07 0:26
protectorChristian Graus27-Jul-07 0:26 
QuestionRe: datagrid save Pin
csharpgal27-Jul-07 1:41
csharpgal27-Jul-07 1:41 
QuestionControl inside listbox C# .Net Pin
drweb8626-Jul-07 22:53
drweb8626-Jul-07 22:53 
AnswerRe: Control inside listbox C# .Net Pin
Christian Graus26-Jul-07 23:08
protectorChristian Graus26-Jul-07 23:08 

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.