Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
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 
Every time you redraw in your Paint event you need to redraw everything. There are at least two ways you could handle this (depending on what you need), one would be to keep a list of all lines that have been drawn and iterate through it on the Paint event redrawing them. The other would be to save the image as a bitmap and just redraw the bitmap every time you paint.
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 
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 
QuestionEncoding.GetBytes Method (String, Int32, Int32, Byte[], Int32) Pin
rushing18-Oct-05 19:27
rushing18-Oct-05 19:27 
AnswerRe: Encoding.GetBytes Method (String, Int32, Int32, Byte[], Int32) Pin
Christian Graus18-Oct-05 19:33
protectorChristian Graus18-Oct-05 19:33 
QuestionWM_MOUSEUP !!!! Pin
AB777118-Oct-05 18:59
AB777118-Oct-05 18:59 
AnswerRe: WM_MOUSEUP !!!! Pin
Christian Graus18-Oct-05 19:02
protectorChristian Graus18-Oct-05 19:02 
GeneralRe: WM_MOUSEUP !!!! Pin
AB777118-Oct-05 19:07
AB777118-Oct-05 19:07 
GeneralRe: WM_MOUSEUP !!!! Pin
Christian Graus18-Oct-05 19:13
protectorChristian Graus18-Oct-05 19:13 
GeneralRe: WM_MOUSEUP !!!! Pin
AB777118-Oct-05 19:46
AB777118-Oct-05 19:46 
Questionscreenshot Pin
Anonymous18-Oct-05 18:20
Anonymous18-Oct-05 18:20 
AnswerRe: screenshot Pin
Christian Graus18-Oct-05 18:21
protectorChristian Graus18-Oct-05 18:21 
GeneralRe: screenshot Pin
Anonymous18-Oct-05 19:01
Anonymous18-Oct-05 19:01 
QuestionOMR application Pin
Anonymous18-Oct-05 17:38
Anonymous18-Oct-05 17:38 
AnswerRe: OMR application Pin
Christian Graus18-Oct-05 18:20
protectorChristian Graus18-Oct-05 18:20 

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.