In my programs, if ownerdrawn controls are present, I use extensively the sentences CONTROL SET/GET USER due that allows some kind of communication between normal program and ownerdraw routines during normal execution.
PB documentation says:
Due to type errors in my last program I used 11 to 18 instead of 1 to 8 and the program is compiled without errors and works as expected. I realized some tests and seems that this sentences accepts up to 23 user data areas per control.
My question is this behavior not documented is a problem or maybe is an expansion for future versions and I can use more that 8 possible user data areas ? Would be fantastic for me because I need up to 10 user areas in one of my current projects.
Jordi
PB documentation says:
Code:
CONTROL SET USER ... or CONTROL GET USER ... . . . [I]index&[/I] is the index number of the user data value to set/retrieve, in the range 1 to 8 inclusive.
My question is this behavior not documented is a problem or maybe is an expansion for future versions and I can use more that 8 possible user data areas ? Would be fantastic for me because I need up to 10 user areas in one of my current projects.
Jordi
Comment