1

I am developing a Silverlight application for Windows Embedded and I am using Blend2 for making GUI.

SL for Windows Embedded will not support the C# code and we have to use C++ as we know this.

So my question is: I created a sample GUI in Blend2 and I created one button. When I click that button it should move to another screen & it will show that and for this what should I put in function definition?

jv42
  • 8,521
  • 5
  • 40
  • 64
naveensiva
  • 73
  • 1
  • 8

1 Answers1

0

It seems your question is about making your first steps in this technology, I would recommend to take a look on this tutorial. I also found this video tutorial regarding using .net compact framework with Silverlight for Windows Embedded, you may find it useful too.

yms
  • 10,361
  • 3
  • 38
  • 68