D
Dave Jenkins
I've got an application that selects a shape, and then issues a MsgBox
function call to get user input as to how the shape should be handled. When
I run the code, the MsgBox comes up, but the shape doesn't show that it's
selected. If I Cancel the MsgBox, the handles on the shape magically appear.
If I run the code in Debug, the handles appear *before* the MsgBox gets
executed.
Is there a way to force a refresh or update or something when the code is
running freely, so that by the time the MsgBox pops up, the shape will show
its proper selection status?
Thanks.
function call to get user input as to how the shape should be handled. When
I run the code, the MsgBox comes up, but the shape doesn't show that it's
selected. If I Cancel the MsgBox, the handles on the shape magically appear.
If I run the code in Debug, the handles appear *before* the MsgBox gets
executed.
Is there a way to force a refresh or update or something when the code is
running freely, so that by the time the MsgBox pops up, the shape will show
its proper selection status?
Thanks.