cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TimStVCS
Level 7

WPF Application

Hello, I am planning on developing my own UI to process notifications and messages. Any reason why I can't or shouldn't use a WPF project?

Thanks!

Tim
0 Kudos
(6) Replies
Not applicable

The library you use to design your user interface and application should be irrelevant as long as they properly implement COM support. If you do encounter any issues, let us know 🙂
0 Kudos
TimStVCS
Level 7

Thanks Bryan, I will let you know if I encounter any issues!

Tim
0 Kudos
Christopher_Pai
Level 16

Hosting ActiveX controls in WPF is supported. I've never done it, but it just sounds painful to me. 🙂
0 Kudos
TimStVCS
Level 7

Thanks for the feeback Christopher. What would you suggest for the development of a custom UI to handle the notifications if you believe WPF would be painful? I know VB.NET best, not a C# kind of guy.

Tim
0 Kudos
Not applicable

Since FNC doesn't provide or expose any ActiveX controls you could display, I don't think this is a concern for you. You can basically set up a marshaling interface between the COM backend and the WPF front-end similar to what technologies such as our .NET Managed Custom Action interface does.
0 Kudos
TimStVCS
Level 7

Thanks Bryan!

Tim
0 Kudos