Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
Questionrepost, need help with data null symbol Pin
Pyro Joe8-Sep-05 16:15
Pyro Joe8-Sep-05 16:15 
AnswerRe: repost, need help with data null symbol Pin
WillemM9-Sep-05 2:27
WillemM9-Sep-05 2:27 
Questionserial communcation question Pin
cue_ball8-Sep-05 15:33
cue_ball8-Sep-05 15:33 
AnswerRe: serial communcation question Pin
Pyro Joe8-Sep-05 16:30
Pyro Joe8-Sep-05 16:30 
GeneralRe: serial communcation question Pin
cue_ball8-Sep-05 17:52
cue_ball8-Sep-05 17:52 
GeneralRe: serial communcation question Pin
Christian Graus8-Sep-05 18:00
protectorChristian Graus8-Sep-05 18:00 
QuestionDraw Two Lines: Is There a Way to Erase Just One? Pin
...---...8-Sep-05 13:44
...---...8-Sep-05 13:44 
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
Christian Graus8-Sep-05 13:54
protectorChristian Graus8-Sep-05 13:54 
If you're drawing lots of lines, you could add them to an arraylist, and remove them when you delete them, or if you want to redraw them, put a flag on each to say if it should be drawn or not. There's no way to erase them per se, you simply do not draw them if you don't want them.

If you have two lines and you just want to choose which ones to draw, use an enum instead of a bool so you can store multiple states.



Christian Graus - Microsoft MVP - C++
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
KapsD8-Sep-05 19:24
KapsD8-Sep-05 19:24 
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
Thaynann8-Sep-05 19:30
Thaynann8-Sep-05 19:30 
QuestionSerialport write / read to fast for the device Pin
pxp8-Sep-05 12:53
pxp8-Sep-05 12:53 
AnswerRe: Serialport write / read to fast for the device Pin
Expert Coming8-Sep-05 13:14
Expert Coming8-Sep-05 13:14 
GeneralRe: Serialport write / read to fast for the device Pin
pxp8-Sep-05 13:39
pxp8-Sep-05 13:39 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 1:06
WillemM9-Sep-05 1:06 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 1:38
pxp9-Sep-05 1:38 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 2:21
WillemM9-Sep-05 2:21 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 3:12
pxp9-Sep-05 3:12 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 4:03
WillemM9-Sep-05 4:03 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 4:57
pxp9-Sep-05 4:57 
QuestionUsing strings to name an object Pin
Expert Coming8-Sep-05 12:23
Expert Coming8-Sep-05 12:23 
AnswerRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:28
protectorChristian Graus8-Sep-05 12:28 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 12:29
Expert Coming8-Sep-05 12:29 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:30
protectorChristian Graus8-Sep-05 12:30 
GeneralRe: Using strings to name an object Pin
Expert Coming8-Sep-05 12:34
Expert Coming8-Sep-05 12:34 
GeneralRe: Using strings to name an object Pin
Christian Graus8-Sep-05 12:58
protectorChristian Graus8-Sep-05 12: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.