3
votes
5answers
309 views
How to detect .Net application type?
I have a library that needs to respond to exceptions in different ways depending on whether it is running in a Console app, WinForms, AspNet or Windows Service. I have experimented with looking at …
0
votes
Problem with icon on creating new maximized MDI child form in .NET
I found that the only solution was to deactivate and then reactivate the MDI child:
document.Show();
// Work-around for error in WinForms that causes MDI children to be loaded with …
