Correct me if I'm wrong : Radio buttons can't be resized ? If so, is there a workaround ?

alan2013

Registered User.
Local time
Today, 13:47
Joined
Mar 24, 2013
Messages
87
Hi. Am I correct in thinking that radio buttons cannot be resized? If so, is there a workaround ? I'm using a data-entry form with a document set as the background image. I'd like to have (or somehow mimic, if I have to) the large radio buttons that appear on the document. Is there some way to achieve this ? TIA
 
use a Textbox control.
you look for the "checkmark" character in character map to put in the
textbox to mark it.
 

Attachments

Neither radio buttons nor standard checkboxes can be resized
The workround as suggested by @arnelgp is to use a textbox control with a suitable character to imitate a radio button as shown below

1651393213388.png


For the empty/filled radio buttons (and the checkboxes),, I'm using selected characters from the Wingdings2 font

1651393624552.png
 
I did it with wingdings first:-


But then worked out how to do it with command buttons with images on:-


And:-

 
Thanks ever so much, arnelgp, isladogs & Uncle Gizmo !
 

Users who are viewing this thread

Back
Top Bottom