open a new window from parent?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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 :)))
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Berikco.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
Post Reply