
Adding non-mdi child to window list
I'm working on a vb5 mdi application. In one situation, I need to
display a non-mdi child window (modeless). Once it's displayed, I would
like its title to appear in the window list of the currently open
windows. Any ideas on how I could do this (Win API call perhaps?).
Thanks in advance,