![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm writing a WinForms application in .NET and I have a problem. I use the WM_SETREDRAW message to avoid flicking in some component during processes (populating, etc...). But when the message is sended to the component, the component area is cleaned and then I have a white box. How could I only freeze the component in state during my processes without cleaning ? Thanks for your help. |
#3
| |||
| |||
|
| Perhaps the remarks section here: http://msdn2.microsoft.com/en-us/library/aa923232.aspx will shed some light, and as you don't specify what type of component, have you seen this? http://support.microsoft.com/kb/130611 It would also help if were to tell us *which* WM_SETREDRAW you are using, as beyond CE, we have MFC and ATL: http://msdn2.microsoft.com/en-us/lib...58(VS.80).aspx http://msdn2.microsoft.com/zh-cn/lib...fw(vs.80).aspx Should have said "*which* technology/library/platform...", not "*which* |
#4
| |||
| |||
|
|
"pvdg42" <pvd... (AT) newsgroups (DOT) nospam> wrote in message news:uFi0SoogHHA.4980 (AT) TK2MSFTNGP02 (DOT) phx.gbl... Perhaps the remarks section here: http://msdn2.microsoft.com/en-us/library/aa923232.aspx will shed some light, and as you don't specify what type of component, have you seen this? http://support.microsoft.com/kb/130611 It would also help if were to tell us *which* WM_SETREDRAW you are using, as beyond CE, we have MFC and ATL: http://msdn2.microsoft.com/en-us/lib...58(VS.80).aspx http://msdn2.microsoft.com/zh-cn/lib...fw(vs.80).aspx Should have said "*which* technology/library/platform...", not "*which* WM_SETREDRAW" |
#5
| |||
| |||
|
|
On 19 avr, 16:23, "pvdg42" <pvd... (AT) newsgroups (DOT) nospam> wrote: Thanks for your links but it doesn't help me. I'm in .NET 2 and this problem appends only on containers components like TableLayoutPanel. I think that could be linked to this kind of components, is that possible ? Thanks. Really? One of the links addressed which component types are applicable. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |