INCLUDE_DATA
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 the class. So, if you have 50 TV objects, you have 50 instances of the TV class. Continue Reading
Create a project “PrintingDemo” in Visual Studio .Net 2005 and create the following form with three fields: Continue Reading
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
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.
| 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 type of error occurs when you make a mistake in writing the syntax in code editor. The following diagram will help you in detecting and fixing this error. |
| Continue Reading |
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
© 2010 Somepoints for Designers and Deveopers. Powered by Wordpress.
Recent Comments