0 How to create a custom data type

How to create a custom data type

USER DEFINED TYPES
Class
A class is the definition of particular TYPE of object. The class is made up of the software code needed to store and retrieve the values of the properties, carry out the methods and undergo the event pertaining to that type of object. Each object belonging to a class is an instance of [...]


Continue Reading »
0

How to use Print Document in .NET

Create a project “PrintingDemo” in Visual Studio .Net 2005 and create the following form with three fields:


Continue Reading »
0

How to use Graphic Document Interface (GDI+) in .NET

Graphics Document Interface (GDI+) is introduced in Visual Studio .Net 2005 for the first time to create Drawing Shapes at user interface. All the Drawing Functions are available in the System.Drawing name spaces.


Continue Reading »
0

How to handle with exceptions in .Net

What is exception? Anything which does not occur in normal situation is exception. It may be built-in or custom. All the exception classes inherit System.Exception.


Continue Reading »
0

How to fix the errors in .Net

There are three types of errors that can occur in a Visual Basic Programming.
1. SYNTAX ERRORS/COMPILER ERRORS
2. RUNTIME ERRORS/EXCEPTIONS
3. LOGICAL ERRORS
Syntax Errors
Syntax errors, the easiest type of errors to spot and fix, occur when the code you have written cannot be “understood” by the compiler. The syntax error is also referred as Compiler error. This [...]


Continue Reading »
0

How to use upload control in asp.net

This article explains the use of server control “UploadFile” which make it possible for the client to upload his data to server. Some certain classes in the .NET Framework SDK make it simple to upload files from the developing point of view.


Continue Reading »
 Page 1 of 5  1  2  3  4  5 »
Rss Feeds   Twitter Followers Email Updates


Community Feeds

There are no submissions added yet, be the first.

Submit More