_EnableFloatingWindowsHook() ?

_EnableFloatingWindowsHook() ?

Anonymous
Not applicable
500 Views
2 Replies
Message 1 of 3

_EnableFloatingWindowsHook() ?

Anonymous
Not applicable
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
0 Likes
501 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
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
0 Likes
Message 3 of 3

Anonymous
Not applicable
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
0 Likes