Browse by Tags

All Tags » Tips & Tricks (RSS)
Sorry, but there are no more tags available to filter with.

Enhanced Windows Form with Minimized, Maximized and Restored Events by amrelsehemy

Hello again, A new tip for windows forms developers, If you ever wantedto gain more control on the windows form you might have need the Minimizebox pressed event, and Maximizebox pressed too. So all you need is to override the WndProc of the form and...
Filed under:

Extracting Icons from files. by amrelsehemy

Have you ever seen a file with a pretty icon you wanted to use but you couldn't get a similar one in your program? If yes, try this method >> Icon .ExtractAssociatedIcon here is the code I wrote that works fine, you will also find the sample...
Filed under: