G
Guest
I have an Image object that is dynamically created in a tabcontrol 1 or many
times. The Image is a custom class that has many mouse functions. I have
trapped the LeftMouseDown and call an overrideable function called SelectMe()
withine the Custom Image class. Ok here is where I am unsure. I need to
be able to click on any of the one to many Images and bring that Image up in
a Larger Edit area. My problem is that don't know the best way to be able to
get that Click back to the Form Level so I can bring the image and its custom
properties up in the larger Image area which is dynamically created at the
form level. Is my concept correct? if so how do I override the SelectME()
function at the form level? I assume it is somehere around where I add the
Object to the TabPageControls(). Both the 1 or many images and the Edit
Image are based on the same Custom Image Object I created. Ideas would be
much appreciated. I am working in VB .Net
times. The Image is a custom class that has many mouse functions. I have
trapped the LeftMouseDown and call an overrideable function called SelectMe()
withine the Custom Image class. Ok here is where I am unsure. I need to
be able to click on any of the one to many Images and bring that Image up in
a Larger Edit area. My problem is that don't know the best way to be able to
get that Click back to the Form Level so I can bring the image and its custom
properties up in the larger Image area which is dynamically created at the
form level. Is my concept correct? if so how do I override the SelectME()
function at the form level? I assume it is somehere around where I add the
Object to the TabPageControls(). Both the 1 or many images and the Edit
Image are based on the same Custom Image Object I created. Ideas would be
much appreciated. I am working in VB .Net