Posts By Category

Posts By Date

Resources:

C# Books
ASP.NET Books DotNet4All








If you like to support this site, feel free to make a donation to support improvements.

Thank you!

Monetize Your Blog

Removing Items From a List Control (Visual C#)

I was writing a Windows Application and I had a very simple need: Remove all Selected items from a ListBox control. If you have tried to simple use code like the one below:

Continued...

A C# Algorithm to calculate the best way to cut small pieces of paper out of a larger piece

This is a project I worked on last year. It is an algorithm to to show the best way to cut small pieces of paper out of a larger piece. I wrote the algorithm in C# then used System.Drawing.Imaging to to demo its output on an ASP.NET page.

You can see the demo page here

Here were the project's requirements:

Continued...

Copyright © 2007 Yousef Mannaa. All material on this site is copyrighted.
Do not publish or reproduce any of this material without written permission from the Author