acedUsrBrkWithMessagePump

acedUsrBrkWithMessagePump

Anonymous
Not applicable
500 Views
1 Reply
Message 1 of 2

acedUsrBrkWithMessagePump

Anonymous
Not applicable
Not long ago, I asked if anyone knew how to call
CWinApp::PumpMessage() from managed code.

The reason I needed this, is made fairly obvious
by the name of the undocumented export in the
subject line.

My question is, does use of this undocumented
API in lieu of calling acedUserBrk(), eliminate the
need to call PumpMessage() to prevent AutoCAD
from being unresponsive while my app is busy?


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
0 Likes
501 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Yes.
See my other post about implementing "user break" in general.

Albert
"Tony Tanzillo" wrote in message
news:4891821@discussion.autodesk.com...
Not long ago, I asked if anyone knew how to call
CWinApp::PumpMessage() from managed code.

The reason I needed this, is made fairly obvious
by the name of the undocumented export in the
subject line.

My question is, does use of this undocumented
API in lieu of calling acedUserBrk(), eliminate the
need to call PumpMessage() to prevent AutoCAD
from being unresponsive while my app is busy?


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
0 Likes