Monday, March 3, 2008

Tooltips with the .NET Compact Framework

I have been looking for a way to support Tooltips in .NET CF like I do on the desktop with the Tooltip object. There must be something better out there that I just haven't come across. Please post a comment if you know of something.

This is the only thing I have found that is reasonably close to what I want, but it is still not what I really want (wich is the Tooltip object from the desktop):

Here is the full posting from the Windows Mobile Team Blog:

http://blogs.msdn.com/windowsmobile/archive/2005/02/15/373120.aspx

The source code for the control is:

http://www.marcusperryman.members.winisp.net/blogstuff/tooltipCF.zip

The example project that uses it is:

http://marcusperryman.members.winisp.net/BlogStuff/smartdeviceapplication3.zip

No comments: