If you change the Option buttons Style to 1 - Graphical at DesignTime you can add an icon in the Picture property. It will act like a depressed command button then.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
Is there any way to make it so that it will not look like a command button? I want to see only icons without rectangles around them. I have seen such things in some programs, only thing is that I don't know how to achieve this.
Is there any way to make it so that it will not look like a command button? I want to see only icons without rectangles around them. I have seen such things in some programs, only thing is that I don't know how to achieve this.
plz attach a picture or screen-shot of such application!!
You could create a control array of pictures and then do the following. I only put in the code for BorderStyle as in indicator of when the "option" is clicked.