Windows Presentation Foundation (WPF) Question:

Tell me can Windows Service be created Using WPF?

Tweet Share WhatsApp

Answer:

No, Windows Services cannot be created using WPF. WPF is a presentation language. Windows services need specific permissions to execute some GUI related functions. Therefore, if it does not get the required permissions, it gives errors.

Download WPF PDF Read All 57 WPF Questions
Previous QuestionNext Question
Why ListBox made to scroll smoothly?Is it better to wrap items in ComboBoxItem?