It isn't mentioned in the help file, but since the value is only OR'd to others, I would assume PB passes this value onto the API call it makes to add the TAB .. assuming it is just a wrapper for the SYSTABCONTROL32 function. But I can't get a multiline tab from it even when I use all the same stles that do work with control add "systabcontrol32".
The other PB9 Tab functions are easier to use than how it is done with systabcontol32, so I'd rather do it with CONTROL ADD TAB. If anyone has this working I'd appreciate an example.
The other PB9 Tab functions are easier to use than how it is done with systabcontol32, so I'd rather do it with CONTROL ADD TAB. If anyone has this working I'd appreciate an example.
Comment