Hi.....Is it possible to place live tiles or animated tiles in c# windows forms? if not what is the best way to display message when i move cursor over the button....to display message using tooltip or something like that which would be atrractive to see that message display....?? any ideas plss!!!!

Recommended Answers

All 2 Replies

I like tooltips if that works for you. You set this in the form's load event.

` ToolTip1.SetToolTip(Button1, "This is a tooltip")```

Mind you this is VB. I would be very much surprised that it is different in c#.

Let us know if this helps, and if we can be of any further assistance.

Actually i've tried this before itself and i want to know is there any other way to show the messages in attractive animated mannner...anyway okay thanks dude...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.