↧
Making UI fast and responsive
Your application looks “heavy”? It takes time to move child window inside it, rearrange buttons, and overall performance is bad? Probably one of the reasons you using wrong threads for UI update. Here...
View ArticleFast rendering images in c#
I will start this article with example: let say, we have some kind of GPS application. Our goal is to draw object’s current position on map. We represent object by symbol and maybe by some string near...
View ArticleNegative Bitmap handles
Today I had to pass handle of my BitmapSource (WPF) to third party unmanaged application. First step I did, was converting BitmapSource to Bitmap object (WinForms), because BitmapSource as is does not...
View Article