.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

_EnableFloatingWindowsHook() ?

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
149 Views, 2 Replies

_EnableFloatingWindowsHook() ?

Would someone care to elaborate on what this
undocumented C++ API does for modal dialogs?

This is called by Application.ShowModalDialog(),
and I'm just wondering what it is doing. If it is
subclassing my form, I need to know.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

It doesn't subclass your form. It has a strange name but all it does it
walks all the various AutoCAD windows that need to be disabled when a modal
dialog is displayed and disables them.

Albert

"Tony Tanzillo" wrote in message
news:4878296@discussion.autodesk.com...
Would someone care to elaborate on what this
undocumented C++ API does for modal dialogs?

This is called by Application.ShowModalDialog(),
and I'm just wondering what it is doing. If it is
subclassing my form, I need to know.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
Message 3 of 3
Anonymous
in reply to: Anonymous

Albert - Thanks for the info.

--
http://www.caddzone.com

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

"Albert Szilvasy" wrote in message news:4878654@discussion.autodesk.com...
It doesn't subclass your form. It has a strange name but all it does it
walks all the various AutoCAD windows that need to be disabled when a modal
dialog is displayed and disables them.

Albert

"Tony Tanzillo" wrote in message
news:4878296@discussion.autodesk.com...
Would someone care to elaborate on what this
undocumented C++ API does for modal dialogs?

This is called by Application.ShowModalDialog(),
and I'm just wondering what it is doing. If it is
subclassing my form, I need to know.

--
http://www.caddzone.com

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

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost