RE: Win32Lib
- Posted by Brian Broker <bkb at cnw.com> Jan 28, 2002
- 447 views
Not that I know of... When working with Windows, it's always good to have some API docs around to list all of those flags. If any of the constants aren't defined in Win32Lib, then you can find most of them in the winconst.ew library in the Euphoria archives. Failing that, you need to get your hands on the Windows header files. -- Brian dmccu at connect.ab.ca wrote: > Thanks to everyone for providing timely and accurate answers to my > questions. > > In working with win32Lib, I have scoured the documentation looking for > info about which flags are available for controls. It seems to me some > are listed while others are not. For instance Combobox shows nothing > for flags. Is there somewhere I can get this info without having to go > through API documentation? > >