Search Result

Collapse
2 results in 0.0030 seconds.
Keywords
Members
Tags
win ce
  •  

  • Visual Studio Windows CE application has no reference to SqlClient.

    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...
    See more | Go to post

  • markmcgookin
    started a topic Notification Application

    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;
    I can display a "Toast" pop up notification on screen for a user. From a forms app......
    See more | Go to post
Working...