| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_A ListViewItem for Windows app with Value Property similar to WebForms ListItem | VB.NET | Beginner / Duane Warsham | 15686 since 2/22/2005 4:56:29 PM | Unrated
|
| |
This class code will simulate the valuable property the the Windows ListViewItem doesnt have that the Web forms ListView does include, the "Value" property. This is needed when you want to assign an integer ID with some text being displayed in a combo box ...(description truncated) |
| |
| |
| |
 |
_A simple example to use a Structure in lieu of a Class | VB.NET | Intermediate / Duane Warsham | 8673 since 2/17/2005 3:22:17 PM | Unrated
|
| |
To give a simple example how to use the .Net Structure instead of a class. Use this when you only need to use a class as a data storage mechanism. This code contains some methods to manipulate public values. |
| |
| |
| |
 |
A Class in ASP.Net | VB.NET, ASP.NET | Intermediate / Maqsood | 14135 since 3/20/2004 9:25:54 AM |
By 5 Users 2 Excellent Ratings
|
| |
The following is a class in ASP.Net that encapsulates salary details about a typical employee.It states whether an employee is FT/PT worker as well.
Please do vote for this code and most important let me know how can i make this class more useful and func ...(description truncated) |
| |
| |
| |
 |
A Media Playlist Management System | C# | Advanced / Jason James Newland | 634 since 4/22/2013 2:44:23 PM | Unrated
|
| |
When writing a media playback system, it's good to be able to have various different formats of playlist file to make your player more versatile. However, this can soon become a nightmare trying to figure out how to manage the different formats. In this s ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
AddressBook | VB.NET | Advanced / Ekong George Ekong | 17376 since 11/23/2003 6:25:19 PM |
By 5 Users 2 Excellent Ratings
|
| |
Implementation of Arraylist collection, Listbox and Serialization (ScreenShot) |
| |
| |
| |
 |
ATOM Browser | VB.NET, ASP.NET | Beginner / Paco Leche | 5291 since 5/10/2009 8:12:17 AM | Unrated
|
| |
Use XPath to pull a valid DataSet out of an improperly formatted XML (Blog RSS being a common example) file. (ScreenShot) |
| |
| |
| |
 |
Auto insert Guid Datatable | VB.NET | Advanced / Jose Fuentes VB MVP | 18544 since 2/2/2004 1:48:27 PM |
By 2 Users 2 Excellent Ratings
|
| |
Ok, I ran into a problem, MS out of some odd wisdom didn't do as you would think with the defaultvalue of a data column. you would think it so simple right? In a database such as SQL server you can set the default value to a function, I can do this with a ...(description truncated) |
| |
| |
| |
 |
Beginner Structure Array | VB.NET | Beginner / Jassa | 11532 since 10/15/2005 10:16:29 PM | Unrated
|
| |
This code will take the contents of a Structure Array and print them to a TextBox object using a loop. |
| |
| |
| |
 |
Binary Search Tree | C++.NET | Beginner / Salman Aziz | 8184 since 2/7/2007 2:34:03 PM |
By 1 Users
|
| |
Binary Search Tree (BST)
Add nodes to BST
Show BST in Pre-Order
Show BST in Post-Order
Show BST in In-Order
Search Binar search tree
Delete a Node from BST
Empty BST (ScreenShot) |
| |
| |
| |
 |
Binding Objects to a DataGridView | VB.NET | Beginner / Scott Lysle | 18675 since 10/24/2006 5:33:59 AM |
By 3 Users 3 Excellent Ratings
|
| |
This article describes a simple approach to displaying object property data within a data grid view control. The example includes a test application comprised of a simple data container class and a sample application used to bind and display object data w ...(description truncated) (ScreenShot) |
| |