340,756 questions
7
votes
3
answers
1k
views
Can you load a .Net form as a control?
I want to load a desktop application, via reflection, as a Control inside another application.
The application I'm reflecting is a legacy one - I can't make changes to it.
I can dynamically access ...
1
vote
1
answer
273
views
Where do attached properties fit in a class diagram?
What is the most appropriate way to represent attached properties in a UML diagram or an almost-uml diagram like the VS2008 class diagram?
3
votes
2
answers
416
views
Unhandled exceptions filter in a windows service
I am creating a windows service and want to know best practices for this. In all my windows Program I have a form that asks the user if he wants to report the error and if he answers yes I created a ...