1. Fixed size windows in win32lib...

> Hello Everyone,

> Question 4.
> WinLib32 ... Is it possible to create a fixed sized window?
---
Answer 4.
Yes - in the creation of the window, or_all WS_DLGFRAME to any other
settings you have at the end of your create() line, eg:

constant
  fixed_window = create( Window, "Fixed Size", Default, Default, 250,
400, or_all({WS_DLGFRAME, WS_SYSMENU, WS_MINIMIZEBOX}))

will give you a window of fixed size which can be closed and minimized.

Hope that helps there...


==
Mike Fowler - wildcat_nz at yahoo.com  o__ ---
wildcat_nz at yahoo.com               _,>/'_ ---
"the limitations are limitless"   (_) \(_) ---
 - Beck

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu