| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Behavior Modeling Lesson | C#, VB.NET, ASP.NET, C++.NET | Advanced / lonetron (from psc cd) | 2226 since 1/2/2015 2:09:00 PM |
By 4 Users
|
|
Upon completing this article you will be well versed in behavior modeling. This skill will help you code better applications and prevent race conditions in your code. Good behavior modeling will also help you to master UML (Unified Modeling Language) (ScreenShot) |
|
|
|
 |
BOOK KEEPING SYSTEM (Unfinished patch your own version) | VB.NET | Intermediate / jheikage (from psc cd) | 1750 since 1/2/2015 11:57:00 PM |
By 9 Users
|
|
A suposed to be online book keeping system. Patch your own modification. simple but vote for it! |
|
|
|
 |
C# Classes example | C# | Beginner / Dave Bowlin | 973 since 6/19/2019 4:25:21 PM |
By 1 Users
|
|
BEGINNERS. This small code shows how to use classes. Classes are a great way to keep your form design code separate from your logic code, which makes it much, much easier to maintain, debug, and update your code. This code demonstrates using classes from ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
C# RETURN keyword example | C# | Beginner / Dave Bowlin | 653 since 6/17/2019 8:44:57 PM | Unrated
|
|
BEGINNERS: This is in response to a Reddit question. Someone asked for a very simple explanation and example of using RETURN keyword in C# code. So, this is my take on it. This code will show you how to RETURN a variable to the calling method. First, it c ...(description truncated) (ScreenShot) |
|
|
|
 |
C# Hashtable Example | C# | Beginner / Dave Bowlin | 790 since 6/17/2019 1:38:53 PM | Unrated
|
|
Hashtables are extremely convenient ways of retrieving data with a simple key/value pair. This small code shows how easy it is to use a hashtable. Hashtables would be an excellent choice for referencing indexes and data in a database. Hashtables have a ke ...(description truncated) (ScreenShot) |
|
|
|
 |
Change and save button location | VB.NET | Intermediate / Filip Spasojevic (from psc cd) | 1567 since 1/2/2015 12:17:00 AM |
By 4 Users
|
|
Change and save button location |
|
|
|
 |
Circular Window and Button | VB.NET | Intermediate / Amit Kumar Gaur (from psc cd) | 2048 since 1/5/2015 6:46:00 AM |
By 4 Users
|
|
How to Create Circular window and Circular button in vb.net.
Plz vote me.
(ScreenShot) |
|
|
|
 |
Civil Status Checker in C# | C# | Beginner / Jake R. Pomperada | 4792 since 10/25/2016 2:42:03 AM | Unrated
|
|
Hi there in this article I would like to share with you a very simple program that will check the civil status of a person whether the person is single, married, widow, annulled or separated from their spouse. What does the program do is to ask the users ...(description truncated) (ScreenShot) |
|
|
|
 |
Computer Aided Examination | VB.NET | Intermediate / Noel Bautista / Vergel Barit (from psc cd) | 2673 since 1/6/2015 1:51:00 PM |
By 2 Users
|
|
To help others.i ....... please take comment and vote so that i am inspired to post. |
|
|
|
 |
Control/Component/Class Arrays w/ Events | VB.NET | Beginner / s0rce (from psc cd) | 1918 since 1/2/2015 8:51:00 AM |
By 7 Users
|
|
The purpose of this code is to get straight to the point on teaching people how to create Control/Component/Class Arrays w/ default and/or custom events integrated with them. In effect bringing the same functionality to VB.NET as programmers had in VB6 in ...(description truncated) |
|