Tagged Questions

0
votes
1answer
87 views

.NET Winforms draw arrow WYSIWYG at designtime

I need to create a guided tour in Winforms: no WPF, no Silverlight please. In order to draw the audience attention, I need to draw arrows between 2 points, and I want that at designtime, WYSIWYG. I ...
0
votes
3answers
1k views

Draw an Arrow on a Picturebox in C#

I want to be able to draw a straight arrow from one mouse click location to another, as if you were doing it in PowerPoint. It needs to be able to draw on a PictureBox as well, please help, Thanks
0
votes
2answers
593 views

Arrow keys and changing control's focus hang the application

I have a usercontrol that contains a FlowLayoutPanel (topdown flow) with a bunch of radiobuttons. The control exposes a CheckedChanged event that fires whenever one of the radiobuttons's check ...