G
Guest
Hi Folks,
I have a VB6 project moved to C+.NET. I got some problem with GDI+.
1. VB6 forms have a Autodraw property which allows the Windows to repaint it
automatically. But there is not so property of forms in C+.NET. If any part
of a form is covered by another form and when the second one moves around the
first form, the content (some 3D color mesh, lines and texts for example) of
the covered form disappears. Redrawing the covered form manually when the
form paint event occurs takes a long time. Is there any where to simulate the
VB6 Autodraw in C+.NET?
2. I need some C+.NET code to capture any forms and client array of forms.
Thanks,
Minfu Lu
I have a VB6 project moved to C+.NET. I got some problem with GDI+.
1. VB6 forms have a Autodraw property which allows the Windows to repaint it
automatically. But there is not so property of forms in C+.NET. If any part
of a form is covered by another form and when the second one moves around the
first form, the content (some 3D color mesh, lines and texts for example) of
the covered form disappears. Redrawing the covered form manually when the
form paint event occurs takes a long time. Is there any where to simulate the
VB6 Autodraw in C+.NET?
2. I need some C+.NET code to capture any forms and client array of forms.
Thanks,
Minfu Lu