help please

  • Thread starter Thread starter Jyothi
  • Start date Start date
J

Jyothi

Hi All,

I have a technical question as follows

I have a command button in a form and on mouse over event of that a tool tip
like thing needs to be displayed with two values(strings) underlined. I
must be able to click on the string values being displayed and when i click
the string i need to call a method.

How do i achieve this? Should i have to develop a user control to do this?
Does .NET provide something like this?

I heard smart tags can be used for this.But i have absolutely no idea on
smart tags and their way of working....

can anybody help me in working towards the above?

TIA,
Jyothi.
 
I'm not familiar with smart tags either, but if I
understand what you are trying to do, you could display a
popup menu on the mouseover. That should solve your
problem.

Hope that gives you an idea.

Articles, add-ins, general .NET help, books, free code at
http://www.knowdotnet.com
 

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

Back
Top