jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 171 - 180
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>
Sort Listings By:
Hits: 434

VB.NET 2005 Free Training: Implementing Class Library Object in VB.NET 2005

Rating 0.0 0.0
Implementing Class Library Object in VB.NET 2005 Class: Classical Object Oriented Concepts explain a class as a cookie cutter. A class allows you to create objects of the class. As a programmer you define a class with data fields, properties, methods and events. Then you can create objects based on that class that have state (fields, properties) and behavior (methods, events). A class can be considered as a specification of how the object of the class should look like and behave.
Platform(s): n/a Date: Jul, 22 2005
DETAIL
Hits: 440

VB.NET 2005 Free Training: Introduction and Implementing Inheritance in VB

Rating 0.0 0.0
VB.NET 2005 Free Training : Visual Studio.NET Namespaces The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.
Platform(s): n/a Date: Jul, 22 2005
DETAIL
Hits: 537

VB.NET 2005 Free Training : Visual Studio.NET Namespaces

Rating 5.0 5.0
VB.NET 2005 Free Training : Visual Studio.NET Namespaces - The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.
Platform(s): n/a Date: Jul, 22 2005
DETAIL
Hits: 610

VB.NET 2005 Free Training: Windows Forms Designer Window

Rating 4.0 4.0
VB.NET 2005 Free Training: Windows Forms Designer Window - Using The System.Windows.Forms.Form class System.Windows .Forms.Form class is the foundation class for all forms to be created. All the forms that are created in VB .NET are also inheriting from this base class. This class provides for all the facilities needed for the form. Additional functionality can be added by separate codes.
Platform(s): Linux, Windows Date: Jul, 22 2005
DETAIL
Hits: 566

VB.NET 2005 Free Training : Exploring the Forms Designer generated code

Rating 0.0 0.0
Exploring the Forms Designer generated code - As you create a new project in the Visual Basic, the IDE generally automatically adds lots of lines of code on its own. Visual Basic 2005 comes with an option to skip over this behavior of the Visual Basic IDE. The default option comes with this behavior enabled.
Platform(s): n/a Date: Jul, 22 2005
DETAIL
Hits: 499

VB.NET 2005 Free Training: Using Application Class and Message Class

Rating 0.0 0.0
VB.NET 2005 Free Training: Using Application Class and Message Class - Visual Basic 2005 introduces a speedy way to access many important classes relating to the Computer on which the application is running, the user running it, the application itself, its forms and any associated web services. The best part of it all is that you can access it all using the new My object. The new My object has added features that help the programmer to gain access to some functionality that was really hard to achieve.
Platform(s): n/a Date: Jul, 22 2005
DETAIL
Hits: 532

VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form

Rating 1.0 1.0
VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form - In this tutorial we wil leran about Setting and Adding Properties to a Windows Form, Using the Visual Designer to set Windows Form Properties, Setting Windows Forms Properties programatically and Using Visual Inheritance along with the sample project and screen shots.
Platform(s): Windows Date: Jul, 22 2005
DETAIL
Hits: 771

VB.NET 2005 Free Training : Event Handling In Visual Basic .NET 2005

Rating 0.0 0.0
VB.NET 2005 Free Training : Event Handling In Visual Basic .NET 2005 - Introduction to Event Handling, One of the most useful capabilities of the OOP Languages is their inbuilt ability to be aware of a large number of events like MouseOver, MouseClick, and so on so that we can write codes to react to any event that we are interested. This is made possible by the rich set of classes that have been built in the .NET Framework.
Platform(s): Linux, Windows Date: Jul, 22 2005
DETAIL
Hits: 649

VB.NET 2005 Free Training: Building graphical interface elements

Rating 5.0 5.0
VB.NET 2005 Free Training: Building graphical interface elements - Building graphical interface elements by using the System.Drawing namespace, In this tutorial we will learn about Graphics Object, The Windows Forms Coordinate System, Drawing Text on a Form, Drawing Shapes and Working with images.
Platform(s): Windows Date: Jul, 22 2005
DETAIL
Hits: 475

VB.NET 2005 Tutorials: Adding Controls

Rating 2.5 2.5
VB.NET 2005 Tutorials: Adding Controls - In this tutorial let's discuss about Adding Controls to a Windows Form, Adding Controls using Windows Forms Designer, Adding Controls Dynamically and Setting properties of Controls. Sample source codes used in this tutorial are included. Forms are containers for control objects. All controls have properties, methods and events that can be used to customize their functionality. Controls can be manipulated in the designer mode and code can be added to dynamically add controls at run time.
Platform(s): Linux, Windows Date: Jul, 22 2005
DETAIL
Amount: 371
Displaying: 171 - 180
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>