icons in open window

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 waffle.

i ran into a minor problem when using dialogs inside a .dll

the icon displayed in the top left is incorrect (it shows the default one) to fix this would i need to use the set_parent_window API call to identify this window as a child from the window that calls the .dll ? For now i just removed the minimize thing to remove the icon display.

also, how do i insure that my window "pops up" instead of being hidden by other displayed windows at run time ? The same API call ?