techmanbd Posted October 30, 2003 Posted October 30, 2003 What I have is an image of a membrane contoller. I then put a button on the image where one would push the button in real life. I don't want the user to see the button. But when they click on the certain region of the image I want it to do something. I treid sending the button to the back of image, that doens't work, I also made it invisible, but that doesn't work. Anyone have any ideas? Thanks Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
AlexCode Posted October 30, 2003 Posted October 30, 2003 The MouseMove Event of the Image control have the ability of giving you the mouse coordenates on the control... Knowing this, it's just a matter of coordenating the two events, Click and MouseMove... Got it? Anything else just ask ok? :D Quote Software bugs are impossible to detect by anybody except the end user.
techmanbd Posted October 30, 2003 Author Posted October 30, 2003 That is way cool, thanks. I was going to do it a very long and hard way Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.