Hello, My program has to run differently in strong and weak computers.
Is there a way to get the CPU and RAM of the computer?
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
How do I create a fast/low memory usage thumbnail control on WinForms?
Hi guys,
I've tried to create an user control that contains a picture box and have also created a similar control that paints an image inside a panel control with a border to make it look like a thumbnail, on both approaches it seems to use a lot of ram memory to keep that image displayed on the thumbnail and scrolling through many thumbnails can suck up some cpu time, what is the fastest approach to create several controls, thumbnail like...