I ran into a problem the other day at work where I had put in an assert to verify that a timer I was using was not being called back too early. The timer interval was adjusted depending on user interaction and I just wanted to make sure interval
Read More...
I was fiddling with some WPF stuff the other day and I needed the handle to the form. Windows in WPF do not have a property to get this like in WinForms, though there is a simple solution. I have bundled the solution into a property to make
Read More...