Click here to Skip to main content
15,911,891 members

Comments by yulin chang (Top 5 by date)

yulin chang 8-Feb-23 20:37pm View    
yes, this work.
But this solution is not suitable for me.
I need the controls support by winform such as label, button, datagrid...

At Windows system, WS_EX_COMPOSITED can solve this problem, but this feature doesn't implement at mono.
yulin chang 8-Feb-23 1:27am View    
Do you mean override OnPaint and drawing at PictureBox include the sub control?
yulin chang 8-Feb-23 1:19am View    
I modify my question, thanks!
yulin chang 7-Feb-23 21:26pm View    
I tried open DoubleBufferd for labels and form. but it doesn't work.
the test vedio as below,
https://drive.google.com/file/d/1ibu2VH8eh0L1FL9yiYoVhLyypgPkywfr/view
thanks.
yulin chang 7-Feb-23 19:46pm View    
Hi Graeme_Grant,
I post my code, SuspendLayout and ResumeLayout doesn't work.
thanks for your reply.