-2

I currently have a C Shell with a native browser (IE) Embedded Can i anyhow use WPF /WCF in this ? I am talking total Client Side not a launcher app ?

Wanted something cool and Jazzy with respect to UI

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
Nathan
  • 674
  • 8
  • 22

1 Answers1

0

A dotnet desktop application is always preferred for WPF and WCF. This can be done using C But it will be too much code and without any guarantee if the code will properly function or not.

So best is to create the dotnet application rather than C Application.

Nathan
  • 674
  • 8
  • 22