Upgrading from VB6 / I need a Graphic Option Button

CodyB

Active member
Joined
Jul 23, 2007
Messages
26
Programming Experience
3-5
I am upgrading a CNC Router Interface from VB6.
The user enters all data with an ELO Touchscreen.
Since the Radio Buttons were too small for fat finger to hit, I had made them all Style=Graphical.

I can't find an equivalent in VB.NET however.:(
The Radio Button doesn't have anything to set Style.
I don't know how to make a command button appear depressed, to show it is selected.

Any ideas how I can make something work the same way?
 
Perhaps Appearance=Button ? You know you also can click the radiobutton text to check it?
 
Back
Top