Results 1 to 5 of 5

Thread: raise event after mouse click?

Hybrid View

  1. #1
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,424

    Re: raise event after mouse click?

    are you sure setting pic.SizeToFit = false won't resize the picturebox?
    you could use the _MouseUp event

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2004
    Posts
    362

    Re: raise event after mouse click?

    Quote Originally Posted by .paul. View Post
    are you sure setting pic.SizeToFit = false won't resize the picturebox?
    you could use the _MouseUp event
    because the picture box is a user control, not the original picture box, I'm sure size to fit = false will not change the size back.

    yes, I'll try hook the MouseUp. How come I forget it,

    thanks

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