Some Radiobutton Info
Hi,
I struggled with a problem for half a day and I want to share the
solution.
I had a radiobutton control with 3 buttons.
I had an Edit control BETWEEN the first and the second button.
Since, the radiobutton control was overlapping the edit box, the edit
box was not functioning properly.
Solution: Add the following number : 16777216 to the Radiobutton
Attribute in the Control table.
So if the attribute is 3, it will now be 16777219.(Refer to control
aatributes in MSI do***entation).
This attribite basically draws a border around the Radiobutton control
and also renders anything inside the radiobutton control properly.
Thanks.
|