.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Tony Tanzillo
acedUsrBrk WithMessag ePump
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
105 Views, 1 Replies
07-02-2005 11:49 AM
Not long ago, I asked if anyone knew how to call
CWinApp:
umpMessage() 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
CWinApp:
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
*Albert Szilvasy
Re: acedUsrBrk WithMessag ePump
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-04-2005 09:21 PM in reply to:
*Tony Tanzillo
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:
umpMessage() 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
See my other post about implementing "user break" in general.
Albert
"Tony Tanzillo"
news:4891821@discussion.autodesk.com...
Not long ago, I asked if anyone knew how to call
CWinApp:
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
