Getting sender.tooltip causes late binding error

V

vMike

If I try to get the tooltip and name of the image object that triggers the
image button onclick event I get a late binding error. I can turn off option
strict but is there any other way to get this information. I am using
sender.tooltip and sender.name methods. I don't really understand the late
binding thing, but what other way can I get the tooltip of the sender. I use
image name and the information in the tool tip to process the image click
event. Any help is appreciated.

Mike
 
V

vMike

Got it. Thanks anyway

dim strTooltip as string = ctype(sender,imagebutton).tooltip.tostring()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top