Windows Presentation Foundation (WPF) is a next-generation presentation system for building Windows
client applications with visually stunning user experiences. With WPF, you can
create a wide range of both standalone and browser-hosted applications.
From the following sections you can find how to create an
Excel 2007 worksheet through VB.NET 2005. For creating an Excel 2007 worksheet
in VB.NET 2005 , you have to add the Microsoft Excel 12.0 Object Library in you
project.
First, we
created a simple form with a few controls, that do nothing, so that the form
would have something on it. We added a Print Form command button and
called it btnPrintForm.
The Windows Forms PictureBox control is used to
display images in bitmap, GIF,icon, or JPEG formats.
You can set the Image property to the Image you
want to display, either at design time or at run time. You can programmatically
change the image displayed in a picture box, which is particularly useful when
you use a single form to display different pieces of information.
In some situations we have to generate Random
numbers in our VB.NET applications for different purposes. In these situations
we have to use Random Class for generating the Random numbers. The Random Class
in VB.NET
On Error GoTostatements is an example of Vb.Net'sUnstructured Exception
Handling. VB.NET has two types of Exception
handling .Structured Error HandlingandUnstructured Error handling. VB.NET usingTry..Catchstatement for Structured Error handling and On Error GoTo statement is
using for Unstructured Error handling.
An abstract class is a special kind of class that cannot be instantiated. So the question is why
we need a class that cannot be instantiated? An abstract class is only to be
Full form of CLR is
Common Language Runtime and it forms the heart of the .NET framework.All Languages have
runtime and its the responsibility of the runtime to take care of the code execution of the program.For example