Posts Classified under: Engineering
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: Add, Append, Binary, close, data, existing, file, files, handling, Load, Open, PROGRAMMING, Save, visual basic
Author: Rahul | Added November 24, 2010 | 245 Views | 1 Downloads
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: Arguments, BASIC, functions, Organize, Parts, pass, procedures, PROGRAMMING, programs, scope, small, variable, visual
Author: Rahul | Added November 24, 2010 | 310 Views | 1 Downloads
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: BASIC, multiple pages, object, page, Position text, Print, Printer, printing, PROGRAMMING, text, visual
Author: Rahul | Added November 24, 2010 | 242 Views | 1 Downloads
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: Art, BASIC, breakpoints, Bug, Extermination, line, off, Program, PROGRAMMING, runs, Toggle, values, Variables, visual
Author: Rahul | Added November 24, 2010 | 302 Views | 0 Downloads
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: BASIC, Compare, controls, data, graphical, integer, interface, objects, Program, PROGRAMMING, string, user, visual
Author: Rahul | Added November 24, 2010 | 256 Views | 1 Downloads
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: BASIC, call, events, Introducing, methods, Program, PROGRAMMING, Properties, Setting, visual
Author: Rahul | Added November 24, 2010 | 304 Views | 1 Downloads
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: actions, BASIC, containers, enable, forms, object’s methods, object’s properties, Program, PROGRAMMING, SYSTEM, user, visual
Author: Rahul | Added November 24, 2010 | 269 Views | 0 Downloads
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: application, BASIC, button, CheckBox controls, command, controls, OptionButtons, options, PROGRAMMING, radio, visual
Author: Rahul | Added November 24, 2010 | 278 Views | 0 Downloads