Here is my issue: Consider me a relative idiot in Visual Studio/.NET. I started in this position two years ago and the development machine I am using was inherited from the previous developer. He had built several Windows CE applications using Visual Studio 2005. Within these apps, are many calls to SQL using SqlClient.
Last week the development machine bit the dust. I have ressurected most everything with one exception. When...
Search Result
Collapse
2 results in 0.0030 seconds.
Keywords
Members
Tags
-
Notification Application
Has anyone used the notification class from Windows CE forms?
using the following code
Code:using Microsoft.WindowsCE.Forms; ... Notification note = new Notification() note.Caption = "Foo"; note.Text = "Bar"; note.Visible = true;