Quantcast
Channel: Concept Technologies » WinForms
Browsing latest articles
Browse All 3 View Live

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 Article


Fast 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 Article


Negative 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
Browsing latest articles
Browse All 3 View Live