How to draw clickable text?

  • Thread starter Thread starter moonie
  • Start date Start date
M

moonie

Hi, How can I draw clickable text (like linklabel) with graphics
object in a c# windows application?
 
Use a Control, and handle the mouse events of the Control.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:http://www.miradyne.net






- Alýntýyý göster -

I want to use it in a custom calendar and when I use control it works
slow! That's why I want to use this method.
 
I'm afraid I know nothing about your custom calendar.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

Use a Control, and handle the mouse events of the Control.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:http://www.miradyne.net






- Alýntýyý göster -

I want to use it in a custom calendar and when I use control it works
slow! That's why I want to use this method.
 
Back
Top