D
Dave Jenkins
I'm guessing this has been asked and answered, but I can't seem to find the
solution.
I have an application selects a shape on the active window and then puts up
a MsgBox. In debug, that all works ok, but in actual running, when the
MsgBox goes up, the shape's not showing as selected. Once the MsgBox clears,
the shape *does* show as selected.
I'm guessing I need to force a refresh of the window after the select, but
before the MsgBox, but I can't find out how to do that. Is it possible via
VBA? Do I need to use a Windows API call? And if so, which one and how do I
code it?
Thanks.
solution.
I have an application selects a shape on the active window and then puts up
a MsgBox. In debug, that all works ok, but in actual running, when the
MsgBox goes up, the shape's not showing as selected. Once the MsgBox clears,
the shape *does* show as selected.
I'm guessing I need to force a refresh of the window after the select, but
before the MsgBox, but I can't find out how to do that. Is it possible via
VBA? Do I need to use a Windows API call? And if so, which one and how do I
code it?
Thanks.