Hello,
I'm using VBA within Word and have a form on which I draw graphics such as lines and ellipses.
However, (unlike regular VB) because there is no built-in handler for the WM_PAINT message, my graphics disappear when my form is hidden by another window.
Is there anyway to code my own event handler for the WM_PAINT message?
Thanks very much.
I'm using VBA within Word and have a form on which I draw graphics such as lines and ellipses.
However, (unlike regular VB) because there is no built-in handler for the WM_PAINT message, my graphics disappear when my form is hidden by another window.
Is there anyway to code my own event handler for the WM_PAINT message?
Thanks very much.