Click here to Skip to main content
15,797,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
SimpleData26-Feb-10 5:40
SimpleData26-Feb-10 5:40 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Dan Mos26-Feb-10 5:47
Dan Mos26-Feb-10 5:47 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
SimpleData26-Feb-10 5:54
SimpleData26-Feb-10 5:54 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Dan Mos26-Feb-10 6:02
Dan Mos26-Feb-10 6:02 
GeneralRe: Drawing onto a Windows Form without freezing it [modified] Pin
Luc Pattyn26-Feb-10 7:44
sitebuilderLuc Pattyn26-Feb-10 7:44 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Saksida Bojan26-Feb-10 5:43
Saksida Bojan26-Feb-10 5:43 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
SimpleData26-Feb-10 6:17
SimpleData26-Feb-10 6:17 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Saksida Bojan26-Feb-10 6:28
Saksida Bojan26-Feb-10 6:28 
i would suggest what you have in button method you move to other thread. and it is incorect usage. you must let all drawing into OnPaint for perforamce. Invalidate prepares a message into a quee, when message pump has avaible slot, it will call OnPaint. Your Invalidate() is meanigless.
GeneralRe: Drawing onto a Windows Form without freezing it Pin
SimpleData26-Feb-10 6:44
SimpleData26-Feb-10 6:44 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Saksida Bojan26-Feb-10 8:00
Saksida Bojan26-Feb-10 8:00 
GeneralRe: Drawing onto a Windows Form without freezing it Pin
Luc Pattyn26-Feb-10 7:46
sitebuilderLuc Pattyn26-Feb-10 7:46 
QuestionQuad Tree With images Pin
mallikharjunrao8426-Feb-10 4:17
mallikharjunrao8426-Feb-10 4:17 
AnswerRe: Quad Tree With images PinPopular
RugbyLeague26-Feb-10 4:29
RugbyLeague26-Feb-10 4:29 
GeneralRe: Quad Tree With images Pin
Pete O'Hanlon26-Feb-10 6:15
subeditorPete O'Hanlon26-Feb-10 6:15 
GeneralRe: Quad Tree With images Pin
Keith Barrow26-Feb-10 6:27
professionalKeith Barrow26-Feb-10 6:27 
QuestionListView Column Sort Arrow Pin
#realJSOP26-Feb-10 4:17
mve#realJSOP26-Feb-10 4:17 
AnswerTry this Pin
Pete O'Hanlon26-Feb-10 6:39
subeditorPete O'Hanlon26-Feb-10 6:39 
GeneralRe: Try this Pin
#realJSOP26-Feb-10 10:02
mve#realJSOP26-Feb-10 10:02 
GeneralRe: Try this Pin
Pete O'Hanlon26-Feb-10 10:46
subeditorPete O'Hanlon26-Feb-10 10:46 
GeneralRe: Try this Pin
#realJSOP27-Feb-10 1:55
mve#realJSOP27-Feb-10 1:55 
GeneralRe: Try this Pin
#realJSOP27-Feb-10 4:58
mve#realJSOP27-Feb-10 4:58 
GeneralRe: Try this Pin
Pete O'Hanlon1-Mar-10 2:12
subeditorPete O'Hanlon1-Mar-10 2:12 
GeneralRe: Try this Pin
Pete O'Hanlon1-Mar-10 10:34
subeditorPete O'Hanlon1-Mar-10 10:34 
AnswerRe: ListView Column Sort Arrow Pin
-tusk-22-Jun-11 7:10
-tusk-22-Jun-11 7:10 
GeneralRe: ListView Column Sort Arrow Pin
-tusk-24-Jun-11 3:57
-tusk-24-Jun-11 3:57 

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.