Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
Generalpixel matrix and neural network Pin
Phu Nguyen Si28-Oct-04 22:01
Phu Nguyen Si28-Oct-04 22:01 
GeneralInteresting error Pin
StephenMcAllister28-Oct-04 21:28
StephenMcAllister28-Oct-04 21:28 
GeneralRe: Interesting error Pin
Stanciu Vlad29-Oct-04 4:46
Stanciu Vlad29-Oct-04 4:46 
GeneralRe: Deployment Project Pin
Dave Kreskowiak29-Oct-04 4:40
mveDave Kreskowiak29-Oct-04 4:40 
QuestionHow to do this in C#? Pin
momer28-Oct-04 20:58
momer28-Oct-04 20:58 
AnswerRe: How to do this in C#? Pin
Daniel Turini28-Oct-04 21:31
Daniel Turini28-Oct-04 21:31 
QuestionHow to suspend a process in c# Pin
mendi_198328-Oct-04 20:21
mendi_198328-Oct-04 20:21 
AnswerRe: How to suspend a process in c# Pin
Dave Kreskowiak29-Oct-04 4:37
mveDave Kreskowiak29-Oct-04 4:37 
What do you mean by "suspend process"?

If your talking about what I'm thinking, you can't. A process can be tagged low priorty, but must remain running to keep it's message pump alive and processing messages. This would include having the app repaint it's client window when necessary, even though the user is not interacting with the app. If you suspend the process and move a smaller window over the suspended process, it won't repaint itself. This would have the effect of having one window "erase" the window of the suspended process.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: How to suspend a process in c# Pin
Alvaro Mendez29-Oct-04 5:20
Alvaro Mendez29-Oct-04 5:20 
Generaladdress of an object reference variable in C# Pin
Diana Fernandez28-Oct-04 20:16
Diana Fernandez28-Oct-04 20:16 
Generalexception generated from graphics.FromImage Pin
cchere28-Oct-04 18:43
cchere28-Oct-04 18:43 
GeneralRe: exception generated from graphics.FromImage Pin
Maqsood Ahmed28-Oct-04 23:26
Maqsood Ahmed28-Oct-04 23:26 
GeneralRe: exception generated from graphics.FromImage Pin
cchere29-Oct-04 4:19
cchere29-Oct-04 4:19 
Questionhow to make a bmp image editor with grid Pin
tom_dx28-Oct-04 16:42
tom_dx28-Oct-04 16:42 
Generalp/Invoke using sendmessage in C# Pin
ting66828-Oct-04 16:32
ting66828-Oct-04 16:32 
GeneralRe: p/Invoke using sendmessage in C# Pin
Heath Stewart30-Oct-04 2:31
protectorHeath Stewart30-Oct-04 2:31 
GeneralRe: p/Invoke using sendmessage in C# Pin
ting66831-Oct-04 14:55
ting66831-Oct-04 14:55 
GeneralRe: p/Invoke using sendmessage in C# Pin
Heath Stewart31-Oct-04 20:11
protectorHeath Stewart31-Oct-04 20:11 
GeneralRe: p/Invoke using sendmessage in C# Pin
ting6681-Nov-04 3:45
ting6681-Nov-04 3:45 
GeneralRe: p/Invoke using sendmessage in C# Pin
Heath Stewart1-Nov-04 5:27
protectorHeath Stewart1-Nov-04 5:27 
GeneralRe: p/Invoke using sendmessage in C# Pin
ting6683-Nov-04 19:51
ting6683-Nov-04 19:51 
GeneralRe: p/Invoke using sendmessage in C# Pin
Heath Stewart4-Nov-04 4:41
protectorHeath Stewart4-Nov-04 4:41 
GeneralRe: p/Invoke using sendmessage in C# Pin
ting6684-Nov-04 14:56
ting6684-Nov-04 14:56 
GeneralRe: p/Invoke using sendmessage in C# Pin
Heath Stewart8-Nov-04 5:03
protectorHeath Stewart8-Nov-04 5:03 
GeneralSorting DataGrid from DataView Problems Pin
Rebecca Gao28-Oct-04 16:23
Rebecca Gao28-Oct-04 16:23 

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.