Results 1 to 2 of 2

Thread: Drawing on a label

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Location
    Cincinnati, OH
    Posts
    44

    Drawing on a label

    Hey all, I have a question for you. I need to be able to let a user simply draw in a label on a form "label only" when the user holds down the mouse button.

    I already have the code figured out to do everything, the problem is that When the user clicks on the mouse button right now it draws on the form and not on the label, and the drawing is behind the label not on top of the label. Any suggestions would be appreciated.

    Thanks!
    Jim Webster

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Use the graphics object of the label . ex:
    VB Code:
    1. me.Label1.CreateGraphics.DrawLine(.....)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width