Page 1 of 1
Posted: Thu Mar 13, 2003 2:47 pm
by BackupUser
Restored from previous forum. Originally posted by dige.
How can I open a new window thats dependent from a parent
window. Like this:
OpenWindow ( #WinID, hWnd.l, "Name" ... )
The main reason is the possibility to open child windows
without taskbar entry.
I guess the solution ist CreateWindow_(...) but Im not able
to use it.
Anyone can help?
regards,
dige
Posted: Thu Mar 13, 2003 3:13 pm
by BackupUser
Restored from previous forum. Originally posted by Jose.
Hi dige,
Try searching the forum for Child Window and MDI
here is one I found earlier;
viewtopic.php?t=3706
Posted: Thu Mar 13, 2003 3:54 pm
by BackupUser
Restored from previous forum. Originally posted by dige.
Thx Jose.
Now I found the "BeerSelector" example from berico,
thats exactly what Im looking for

))
Posted: Thu Mar 13, 2003 4:17 pm
by BackupUser
Restored from previous forum. Originally posted by Berikco.
Posted: Thu Mar 13, 2003 6:15 pm
by BackupUser
Restored from previous forum. Originally posted by VPureBasic.
Hi Dige,
Originally posted by dige
How can I open a new window thats dependent from a parent
window. Like this:
OpenWindow ( #WinID, hWnd.l, "Name" ... )
The main reason is the possibility to open child windows
without taskbar entry.
I guess the solution ist CreateWindow_(...) but Im not able
to use it.
Anyone can help?
regards,
dige
Another solution is to dlwd the library WindowEx.zip from Paul's resource and use the function "ParenWindow( Wnd,Parent )"
Roger