How do I change the color of a small circle (dot) contained within the radio button to be red in Winform Application use VB.NET or C#?
Regard & Thanks, Dewi
Here's a winforms example of an owner drawn listbox simulating a list of radiobuttons that you could use for what you want.
Edit: Here is a more in-depth Winforms custom control example.