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
 
Back
Top