Posts Classified under: Engineering

Filter Results:
File Handling

File Handling

In This Chapter • Open and close files • Save data to a file • Load data from a file • Add data to an existing file

Tags: , , , , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 245 Views | 1 Downloads


Procedures and Functions

Procedures and Functions

In This Chapter • Organize programs into small parts • Write your own procedures • Learn to write functions • Discover variable scope • Find out how to pass arguments to procedures and functions

Tags: , , , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 310 Views | 1 Downloads


Printing

Printing

In This Chapter • Discover Visual Basic’s Printer object • Print text on a page • Print multiple pages of text • Position text on the page

Tags: , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 242 Views | 1 Downloads


The Art of Bug Extermination

The Art of Bug Extermination

In This Chapter • Examine the Debug menu • Step through a program line by line • Toggle breakpoints on and off • Peek at the values of variables while a program runs

Tags: , , , , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 302 Views | 0 Downloads


Controls and Objects

Controls and Objects

In This Chapter • Learn the many meanings of “object” • Discover Visual Basic objects • Compare Visual Basic objects with Visual Basic controls

Tags: , , , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 256 Views | 1 Downloads


Methods, Properties, and Events

Methods, Properties, and Events

In This Chapter • Learn about properties and how to manage them • Discover how to call methods • Learn how Visual Basic enables your program to respond to events • See how Visual Basic helps you with properties, methods, … Continue reading

Tags: , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 304 Views | 1 Downloads


Forms and Containers

Forms and Containers

In This Chapter • Explore the Form object’s properties • Learn to call a Form object’s methods • Discover how Form events enable a program to respond to user and system actions

Tags: , , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 269 Views | 0 Downloads


Button Controls

Button Controls

In This Chapter • Learn more about Command Button controls • See how to use CheckBox controls to represent application options • Discover how OptionButtons can be used as “radio buttons”

Tags: , , , , , , , , , ,

Author: Rahul | Added November 24, 2010 | 278 Views | 0 Downloads