K
Konrad
Hi
How to prevent Windows Form
from being refreshed?
Thanks
Konrad
How to prevent Windows Form
from being refreshed?
Thanks
Konrad
Dmitriy Lapshin said:Hi,
There's LockWindowUpdate API call that could do the job. You can also try
sending the WM_SETREDRAW message to the form window to prevent it from being
redrawn.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
Konrad said:Hi
How to prevent Windows Form
from being refreshed?
Thanks
Konrad
Konrad said:But using .NET commands is it possible?
Dmitriy Lapshin said:Hi,
There's LockWindowUpdate API call that could do the job. You can also try
sending the WM_SETREDRAW message to the form window to prevent it from being
redrawn.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
Konrad said:Hi
How to prevent Windows Form
from being refreshed?
Thanks
Konrad
* "Konrad said:How to prevent Windows Form
from being refreshed?