Click here to Skip to main content
15,912,457 members
Home / Discussions / C#
   

C#

 
GeneralRe: question about string "\" sign Pin
User 665819-Oct-05 6:36
User 665819-Oct-05 6:36 
AnswerRe: question about string "\" sign Pin
Michael P Butler19-Oct-05 10:08
Michael P Butler19-Oct-05 10:08 
QuestionSerial Ports in C# Pin
Jethro6319-Oct-05 2:49
Jethro6319-Oct-05 2:49 
AnswerRe: Serial Ports in C# Pin
Gavin Jeffrey19-Oct-05 4:09
Gavin Jeffrey19-Oct-05 4:09 
GeneralRe: Serial Ports in C# Pin
Jethro6319-Oct-05 6:58
Jethro6319-Oct-05 6:58 
Questionwhat does it need the vector cryptic.IV Pin
Sasuko19-Oct-05 1:10
Sasuko19-Oct-05 1:10 
AnswerRe: what does it need the vector cryptic.IV Pin
leppie19-Oct-05 1:42
leppie19-Oct-05 1:42 
AnswerRe: what does it need the vector cryptic.IV Pin
Doctor Nick19-Oct-05 10:20
Doctor Nick19-Oct-05 10:20 
QuestionWindows Service Urgent!!! Pin
Talktorajeev18-Oct-05 23:34
Talktorajeev18-Oct-05 23:34 
AnswerRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 0:02
leppie19-Oct-05 0:02 
GeneralRe: Windows Service Urgent!!! Pin
Talktorajeev19-Oct-05 0:18
Talktorajeev19-Oct-05 0:18 
GeneralRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 1:38
leppie19-Oct-05 1:38 
GeneralRe: Windows Service Urgent!!! Pin
Talktorajeev19-Oct-05 2:11
Talktorajeev19-Oct-05 2:11 
AnswerRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 2:41
leppie19-Oct-05 2:41 
QuestionDetecting Sql Server Pin
_Hacker18-Oct-05 21:48
suss_Hacker18-Oct-05 21:48 
AnswerRe: Detecting Sql Server Pin
leppie18-Oct-05 22:17
leppie18-Oct-05 22:17 
QuestionScroll Position of the tree view control Pin
deejagan18-Oct-05 21:32
deejagan18-Oct-05 21:32 
Questionimage at runtime Pin
dhol18-Oct-05 21:03
dhol18-Oct-05 21:03 
QuestionRetain Previous diagram Pin
nageshwa18-Oct-05 20:55
nageshwa18-Oct-05 20:55 
AnswerRe: Retain Previous diagram Pin
Wjousts19-Oct-05 2:09
Wjousts19-Oct-05 2:09 
GeneralRe: Retain Previous diagram Pin
Anonymous19-Oct-05 17:18
Anonymous19-Oct-05 17:18 
AnswerRe: Retain Previous diagram Pin
Dave Kreskowiak19-Oct-05 2:59
mveDave Kreskowiak19-Oct-05 2:59 
Typically, all your drawing code should be in the Paint event of your control or form. This is because part or all of your form/control can and will need to be redrawn at any time. Even if you don't have an event, like a button click or a mouse move to draw something in. Your application has to maintain a "database" of things that need to be drawn. Your app will modifiy this database using whatever methods you supply and the Paint code should interpret and draw everything in the database it needs to.


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

GeneralRe: Retain Previous diagram Pin
Anonymous19-Oct-05 17:18
Anonymous19-Oct-05 17:18 
Question64 bit or 32 bit OS ??? Pin
Md Saleem Navalur18-Oct-05 20:29
Md Saleem Navalur18-Oct-05 20:29 
AnswerRe: 64 bit or 32 bit OS ??? Pin
leppie18-Oct-05 22:11
leppie18-Oct-05 22:11 

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.