|
-
Oct 31st, 2012, 05:54 AM
#2
Re: vb.net bank system
You don't draw in a MouseDown event handler. You draw in the Paint event handler of the control you want to draw on. If you want to draw around the PictureBox then that means the Paint event of the form, otherwise the Paint event of the PictureBox. As for the actual drawing, use the ControlPaint.DrawSelectionFrame method.
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
|