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
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
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.