|
-
May 23rd, 2024, 10:15 AM
#1
Thread Starter
New Member
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.
-
May 23rd, 2024, 11:40 AM
#2
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
-
May 25th, 2024, 05:32 AM
#3
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|