I want to make a simple application for mapping guitar chords and scales.
So
far I have created a form and I have a picturebox displaying a .bmp
image of a 6x7 grid representing the strings and frets on a guitar
fretboard.
To create a chord or scale diagram I
want to be able to click above any fret (horizontal line) on a string (vertical line) and leave a marker
(a simple black square will do) to represent each note in the diagram.
I then want to click a button and save a bitmap image of the the original fretboard image with the selected markers present.
This is the first time I've used SharpDeveiop and I cant find any info on this task.
How would you approach it?