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
open a new window from parent?
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
Hi dige,
Try searching the forum for Child Window and MDI
here is one I found earlier;
viewtopic.php?t=3706
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by VPureBasic.
Hi Dige,
Roger
Hi Dige,
Another solution is to dlwd the library WindowEx.zip from Paul's resource and use the function "ParenWindow( Wnd,Parent )"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
Roger