Page 1 of 1

Posted: Wed Dec 11, 2002 2:03 pm
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 ?