Windows Presentation Foundation (WPF) Question:
Tell me can Windows Service be created Using WPF?
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.
Previous Question | Next Question |
Why ListBox made to scroll smoothly? | Is it better to wrap items in ComboBoxItem? |