Click here to Skip to main content
15,886,626 members

Articles by danlobo (Tip/Tricks: 2)

Tip/Tricks: 2

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

Mobile Apps
19 Dec 2011   Updated: 21 Dec 2011   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 11,591     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
There is my version, no use of int arrays. While the while instruction is a good approach in many cases, in this specific one, it is not necessary, since the bigger number will be 18 (9 * 2):private Boolean ValidateIMEI(string IMEI){ if (IMEI.Length != 15) return false; var sum...
Multimedia
Image Processing
17 Nov 2011   Updated: 20 Nov 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 14,161     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
I got what A.J tried to say. It's about implementing IDisposable in LockBitmap.Basically, it involves changing:public class LockBitmapto: public class LockBitmap : IDisposableThe constructor:public LockBitmap(Bitmap source){ this.source = source;}to:public...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Brazil Brazil
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.