Vb.net 6 cursor axis full screen
Hello,
Can anybody explain me how to draw a verical and horizontal axis
On the main form or picturebox, where the background (bitmap) is untouched or restored?
Like for example how ms paint does is. I know paint is written in vb.
Obviously I use the mouse for the location.
Thx in advance.
Re: Vb.net 6 cursor axis full screen
I don't know what you are asking for. You ask how to draw horizontal/vertical axis but then elude to knowing where the mouse is located.
If you want essentially rebuild paint, I would look at .paul.'s Paint lite.Net codebank submission: https://www.vbforums.com/showthread....Paint-lite-Net
Re: Vb.net 6 cursor axis full screen
If you handle the Paint event of a PictureBox control, you can then draw on the control, which has no effect on the Image displayed in the control.