Add to Window List 
Author Message
 Add to Window List

I am using SetParent and SetWindowLong to make my form a child of another
app.  The only drawback is that my form doen not appear on the list of open
windows for that app.  Is there a way to add it, assuming the author is
using standard methods of creating that list?

TIA,
David Martin
Nashville, TN



Sat, 29 Mar 2003 03:00:00 GMT  
 Add to Window List


Quote:

> I am using SetParent and SetWindowLong to make my form a child of
another
> app.  The only drawback is that my form doen not appear on the list
of open
> windows for that app.  Is there a way to add it, assuming the author
is
> using standard methods of creating that list?

I don't think this will work. Below is an excerpt from the SetParent()
documentation.

Remarks
An application can use the SetParent function to set the parent window
of a pop-up, overlapped, or child window. The new parent window and the
child window must belong to the same application.
--
Roger Abbott, RHA (Minisystems) Ltd - http://www.rhaminisys.com
DDE Client and Server ActiveX controls for Visual Basic
DDE FAQ and DDE utility tools, browser URL monitor,
Program launcher/setup menu, other freeware and shareware

Sent via Deja.com http://www.deja.com/
Before you buy.



Sat, 29 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Adding non-mdi child to window list

2. Outlook VBA:Add recipient to a distribution list in the Global Addtress List

3. Adding the alphabet in a list box or combo list

4. Add-ins not listing in add-in manager

5. How do you selecting from list to add to another list

6. If not in combo list, then add to the list

7. Adding a control to a windows form from an add-in

8. ?Listing open child windows on a Window submenu on MDI form

9. removing window from window list menu

10. Not showing window in the Close Window list

11. add items and removing items from a list

12. Looking for a Task List manager add-in for the VBA IDE

 

 
Powered by phpBB® Forum Software