I am working on an application where it is necessary to be able to identify a small part of a design. The designs being displayed are drawn based on a text file which is simply x,y coordinates.
I want to be able to click on one X,Y coordinate and have the program highlight that point, but, I want to be able to do it with a transparent layer so that I don't actually disturb the actual design and have to worry about redrawing it each and every time.
So, my question is this: How do you make a picture box's background color transparent so that a picture box below it can show thru, thus allowing you to draw on the transparent picture box without affecting the picture box below it where the design is actually displayed?
Thanks for the help,
Panthaur
I want to be able to click on one X,Y coordinate and have the program highlight that point, but, I want to be able to do it with a transparent layer so that I don't actually disturb the actual design and have to worry about redrawing it each and every time.
So, my question is this: How do you make a picture box's background color transparent so that a picture box below it can show thru, thus allowing you to draw on the transparent picture box without affecting the picture box below it where the design is actually displayed?
Thanks for the help,
Panthaur