Click here to Skip to main content
15,911,785 members
Home / Discussions / C#
   

C#

 
AnswerRe: Greyscale an Image the easy way... Pin
BigAndy20-Jul-06 2:57
BigAndy20-Jul-06 2:57 
GeneralRe: Greyscale an Image the easy way... Pin
matthias s.20-Jul-06 3:34
matthias s.20-Jul-06 3:34 
GeneralBitmap is an Image object Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:42
Ennis Ray Lynch, Jr.20-Jul-06 3:42 
GeneralRe: Greyscale an Image the easy way... Pin
BigAndy20-Jul-06 3:47
BigAndy20-Jul-06 3:47 
GeneralRe: Greyscale an Image the easy way... Pin
matthias s.20-Jul-06 3:53
matthias s.20-Jul-06 3:53 
AnswerIm not an imaging expert Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:09
Ennis Ray Lynch, Jr.20-Jul-06 3:09 
QuestionMultithreading in C# Pin
k_dasaprakash20-Jul-06 2:08
k_dasaprakash20-Jul-06 2:08 
AnswerRe: Multithreading in C# Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:12
Ennis Ray Lynch, Jr.20-Jul-06 3:12 
Often the primary difficulty in multi-threaded apps is the logical layout. If you have many threads performing the same operation on disperate data sets you should not have one variable shared between them that controls them all. Using good OO techniques you can have one no flag across many different instances.

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
Questionstring to a command [modified] Pin
Schimaera20-Jul-06 2:01
Schimaera20-Jul-06 2:01 
AnswerRe: string to a command Pin
stancrm20-Jul-06 2:04
stancrm20-Jul-06 2:04 
AnswerRe: string to a command Pin
Ravi Bhavnani20-Jul-06 2:04
professionalRavi Bhavnani20-Jul-06 2:04 
AnswerRe: string to a command Pin
Colin Angus Mackay20-Jul-06 2:09
Colin Angus Mackay20-Jul-06 2:09 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:16
Schimaera20-Jul-06 2:16 
AnswerRe: string to a command Pin
Ravi Bhavnani20-Jul-06 2:20
professionalRavi Bhavnani20-Jul-06 2:20 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:24
Schimaera20-Jul-06 2:24 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:44
Schimaera20-Jul-06 2:44 
GeneralRe: string to a command Pin
J4amieC20-Jul-06 2:52
J4amieC20-Jul-06 2:52 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:57
Schimaera20-Jul-06 2:57 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 3:24
Schimaera20-Jul-06 3:24 
GeneralRe: string to a command [modified] Pin
J4amieC20-Jul-06 3:48
J4amieC20-Jul-06 3:48 
GeneralRe: string to a command Pin
Josh Smith20-Jul-06 4:25
Josh Smith20-Jul-06 4:25 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 4:57
Schimaera20-Jul-06 4:57 
GeneralRe: string to a command Pin
Josh Smith20-Jul-06 5:07
Josh Smith20-Jul-06 5:07 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 5:10
Schimaera20-Jul-06 5:10 
GeneralRe: string to a command Pin
J4amieC20-Jul-06 4:58
J4amieC20-Jul-06 4:58 

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.