Quantcast
Channel: Concept Technologies » WinForms
Browsing all 3 articles
Browse latest 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 all 3 articles
Browse latest View live




Latest Images