Archive for the ‘Programming’ Category
C# Snippet Tutorial – Get File Listings
June 24th, 2011
wiseinn
Ok, so can you even begin to tell me how many files you have on your computer? I can’t either. There are so many reasons you could need to get file listings in C#, and thanks to the System.IO namespace, doing so is just about as easy as including the namespace itself. Really all you need [...]
Bind a Combo Box to an Enumeration in Visual Studio .NET
April 7th, 2011
wiseinn
An enumeration is a related set of constants. The enumeration members between the Enum and End Enum statements are initialized to constant values. Enumeration is used to group a set of constants under a common name, so the value can be referred to by a string value rather than the numeric value. For example, this [...]
Working with Images- A Complete Guide
December 29th, 2010
wiseinn
Working with Images Ever since Graphical User Interfaces (GUIs) were invented, developers have been keen to use images to make their programs easier to use, and more attractive and intuitive to their users. Images brighten up an otherwise boring and clinical computer screen, and make the general computing experience more enjoyable. Visual support facilitates the [...]
RSS Feed
Posted in
