A
Andy
Visio 2003
My application needs to do some processing when visio is idle. I catch
the idle event using the <object>_VisioIsIdle( ByVal app As
IVApplication) subroutine for the Visio application. However, this sub
is then continually called, using all the available CPU (aka busy
waiting). I have tried adding a WaitMessage call, but this just
returns immediately. Any suggestions?
My application needs to do some processing when visio is idle. I catch
the idle event using the <object>_VisioIsIdle( ByVal app As
IVApplication) subroutine for the Visio application. However, this sub
is then continually called, using all the available CPU (aka busy
waiting). I have tried adding a WaitMessage call, but this just
returns immediately. Any suggestions?