Balloon-tip

  • Thread starter Thread starter =?ISO-8859-1?Q?Stian_Skj=F8restad?=
  • Start date Start date
?

=?ISO-8859-1?Q?Stian_Skj=F8restad?=

Does anyone know if it is possible to use balloon-tips in compactFramework?

S
 
Dear Stian,

Yes. It's possible.
We can create a Notification object which uses the Pocket PC Notification
API.
Ex.
Dim n As New Notification
n.Add("A sample notification")

You have to call the Microsoft.ReportingServices.Interfaces reference
which is in the Microsoft.ReportingServices.Interfaces.dll
(NotificationOny.dll).

Thanks.
 
Back
Top