Download Pelles C here: http://www.smorgasbordet.com/pellesc/
Quote from: John Z on December 03, 2025, 01:37:34 PMI see the need to add a few more options to my resizing effort. Before adding a second configuration array or methods, I would like to know if the 'extra data' inserted by the IDE dialog designer is accessible without subclassing, or is it only incorporated in a subclassed control?
To add more flexibility to the resizer Lib is the extra data available without subclassing?
Example:
CONTROL "VR-HN", 4002, "Button", WS_TABSTOP, 28, 28, 50, 14 { 0xC0DE, 0x0001, 0x0008 } ->{ Magic# , version, code }
I know none == 00, Resize == 10, Move == 11 (binary)
and Vertical is in upper bits XX-- while horizontal is in lower bits --XX
so 0x0008 means vertical is resize, horizonal is none i.e. 1000 (binary)
0x000F means vertical is move, and horizontal is move i.e. 1111
Is there a way to access this when it exists? Resize 'none, none' means there is no magic.![]()
John Z
Page created in 0.068 seconds with 15 queries.