Hi
I have been trying to do some simple graphics with Visual C# 2005. I want to create a dial or pointer that acts like an analog speed indicator in a car. My initial attempts produce multiple pointers. What I obviously want is just ONE pointer moving. I am drawing in a paintBox, I have also experimented using refresh and this just makes the dial flicker.
I am using the DrawLine class.
Please can you help with some sample code