Click here to Skip to main content
15,892,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object reference not set to an instance of an object. Pin
mmmickyyy21-Mar-13 23:16
mmmickyyy21-Mar-13 23:16 
GeneralRe: Object reference not set to an instance of an object. Pin
~~Atul~~21-Mar-13 23:23
~~Atul~~21-Mar-13 23:23 
GeneralRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon21-Mar-13 23:23
mvePete O'Hanlon21-Mar-13 23:23 
AnswerRe: Object reference not set to an instance of an object. Pin
dusty_dex22-Mar-13 0:17
dusty_dex22-Mar-13 0:17 
GeneralRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon22-Mar-13 0:40
mvePete O'Hanlon22-Mar-13 0:40 
GeneralRe: Object reference not set to an instance of an object. Pin
dusty_dex22-Mar-13 1:34
dusty_dex22-Mar-13 1:34 
Questionabout the time period Pin
lightofheaven21-Mar-13 17:44
lightofheaven21-Mar-13 17:44 
AnswerRe: about the time period Pin
Boipelo21-Mar-13 21:07
Boipelo21-Mar-13 21:07 
QuestionHow to Draw Circles on GUI? Pin
Stuck At Zero21-Mar-13 10:32
Stuck At Zero21-Mar-13 10:32 
JokeRe: How to Draw Circles on GUI? Pin
Matt T Heffron21-Mar-13 10:54
professionalMatt T Heffron21-Mar-13 10:54 
AnswerRe: How to Draw Circles on GUI? Pin
Richard MacCutchan21-Mar-13 23:41
mveRichard MacCutchan21-Mar-13 23:41 
GeneralRe: How to Draw Circles on GUI? Pin
Stuck At Zero22-Mar-13 5:33
Stuck At Zero22-Mar-13 5:33 
GeneralRe: How to Draw Circles on GUI? Pin
Richard MacCutchan22-Mar-13 8:00
mveRichard MacCutchan22-Mar-13 8:00 
GeneralRe: How to Draw Circles on GUI? Pin
Stuck At Zero22-Mar-13 10:05
Stuck At Zero22-Mar-13 10:05 
GeneralRe: How to Draw Circles on GUI? Pin
Gerry Schmitz22-Mar-13 14:39
mveGerry Schmitz22-Mar-13 14:39 
GeneralRe: How to Draw Circles on GUI? Pin
Stuck At Zero22-Mar-13 14:56
Stuck At Zero22-Mar-13 14:56 
GeneralRe: How to Draw Circles on GUI? Pin
Gerry Schmitz22-Mar-13 17:43
mveGerry Schmitz22-Mar-13 17:43 
GeneralRe: How to Draw Circles on GUI? Pin
Stuck At Zero25-Mar-13 10:28
Stuck At Zero25-Mar-13 10:28 
GeneralRe: How to Draw Circles on GUI? Pin
Richard MacCutchan22-Mar-13 23:19
mveRichard MacCutchan22-Mar-13 23:19 
GeneralRe: How to Draw Circles on GUI? Pin
Gerry Schmitz23-Mar-13 8:57
mveGerry Schmitz23-Mar-13 8:57 
GeneralRe: How to Draw Circles on GUI? Pin
Stuck At Zero25-Mar-13 10:30
Stuck At Zero25-Mar-13 10:30 
GeneralRe: How to Draw Circles on GUI? Pin
Richard MacCutchan22-Mar-13 23:23
mveRichard MacCutchan22-Mar-13 23:23 
GeneralRe: How to Draw Circles on GUI? Pin
Gerry Schmitz23-Mar-13 9:01
mveGerry Schmitz23-Mar-13 9:01 
GeneralRe: How to Draw Circles on GUI? Pin
Richard MacCutchan23-Mar-13 22:18
mveRichard MacCutchan23-Mar-13 22:18 
GeneralRe: How to Draw Circles on GUI? Pin
Gerry Schmitz24-Mar-13 21:37
mveGerry Schmitz24-Mar-13 21:37 
You assume too much. If the OP was prepared to use WPF, I would have posted a solution that any "noob" would have understood.

Any solution (in this case) that is at least object-oriented is superior to one that simply "draws".

The OP is creating a UI (not some scribbles); and creating "leds" implies managing "state" (i.e. on/off); image controls (the OP's thinking), "shapes", etc. are a lot more useful in this case than simply "drawing" (as you are suggesting).

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.