- Subscribe to this page:
- RSS
- Email Alert
peter aitken
(74 results)-
Articles
Comparing Double vs. Single data types in VB6
December 1, 2005 9:26pm PST
VB6's two floating point types are called Single and Double. Learn what distinguishes Single from Double, and find out when you would be wise to use Double instead of Single in your programs.
2 Latest comment by Realvdude
-
Articles
VB6 Tip: Selecting all text when a Text Box gets the focus
December 10, 2004 8:02am PST
In many applications, especially forms, it is often desirable to have all of a control's text selected when it receives focus. This Visual Basic tip shows you how that is accomplished.
7 Latest comment by rajbdilip
-
Articles
VB6 Tip: Understanding the importance of ByVal and ByRef keywords
January 7, 2005 8:00am PST
Defining whether procedures are passed by reference or value is an essential part of almost every VB program.
1
-
Articles
Explore the various benefits of the Collection object in VB6
August 1, 2005 7:00am PDT
VB6 makes use of collections in many ways, such as keeping track of controls on a form and system printers. Learn how to create a Collection object, as well as how to use the Add method to add...
11 Latest comment by howzilla@...
-
Articles
Save time with VB6's Common Dialog control
August 2, 2005 7:00am PDT
VB6's Common Dialog control can save you a lot of programming time, as well as provide a standard Windows look to certain parts of your program. Learn how to use this control.
7 Latest comment by rajbdilip
-
-
Articles
Simplify programming with enumerations in VB6
August 2, 2005 7:00am PDT
VB6 lets you create enumerations, which are programmer-defined data types that can take on a set of constant values. Peter Aitken shows you how to create and use enumerations.
-
Articles
Display a select folder dialog box in VB6
December 15, 2005 3:30pm PST
VB6's Microsoft Shell and Automation Component allows you to select a folder. Follow Peter Aitken's instructions in this tip to learn how to show a particular folder's dialog box.
13 Latest comment by Prabhat88824
-
Articles
Implementing mouse-over effects on VB6 forms
March 31, 2005 5:32pm PST
Mouse-over effects can be an effective way to improve the visual appearance of your VB programs. Learn how to create mouse-over effects on your forms.
6 Latest comment by emralddenin
-
Articles
Creating graphical command buttons in VB6
March 24, 2005 2:31pm PST
If you're looking for a way to use graphical buttons that use images instead of text to indicate their function, check out some of the Command Button control's built-in capabilities. This control...
9 Latest comment by abellakenny2010
-
Articles
VB6 Tip: Best practices requires that you ensure all forms unload
January 14, 2005 8:00am PST
Writing proper code requires that when a VB program ends, all of its forms will be unloaded and removed from memory.
6 Latest comment by ismith@...
-
Articles
Use VB6's TypeOf keyword to work with controls
January 26, 2006 8:00am PST
Are you looking for a way to make a change to all the controls of a certain type on a VB6 form? Then find out why you should take advantage of the TypeOf keyword for these types of development tasks.
5 Latest comment by llaev2005@...
-
Articles
How to omit or include optional arguments in VB6
August 25, 2005 3:56pm PDT
There may be times when you may want to define one or more optional arguments that can be included or omitted when a procedure is called. Read this VB6 tip to learn how you can do so with the...
10 Latest comment by Tony Hopkinson
-
Articles
Learn about VB6's Currency data type
September 29, 2005 7:45pm PDT
Visual Basic 6's Currency data type is specifically designed to hold data that represents money amounts. Discover several advantages to using the Currency data type.
-
Articles
Preserve procedure variables with Static in VB6
September 8, 2005 2:18pm PDT
In order to make a Visual Basic procedure remember the value of local variables between calls, try using the Static keyword. Peter Aitken demonstrates the benefits of using Static.
5 Latest comment by Tony Hopkinson
-
Articles
VB6 Tip: Adding controls to a form at runtime to increase flexibility
November 19, 2004 8:05am PST
Adding controls to a form at runtime can give your VB6 program the flexibility to react to changing data and circumstances.
5 Latest comment by HAL-ina
-
Articles
Define VB6 procedure arguments with the ParamArray keyword
September 1, 2005 7:57pm PDT
In times when you don't know how many arguments will be passed to a procedure, you might want to think about using the ParamArray keyword. Learn how to use ParamArray in this VB6 tip.
5 Latest comment by Gulshan_nlci
-
Articles
Utilize VB6's PaintPicture method to create special effects
May 26, 2005 7:00am PDT
If your development work could use a creative flair, you should consider utilizing VB6's PaintPicture method to create special effects with bitmap images. Peter Aitken offers pointers on using...
1
-
Articles
Performing date comparisons in VB6
August 1, 2005 7:00am PDT
The representation of dates in VB6 makes it really easy to compare dates, yet some programmers still go to unnecessary lengths to perform a comparison. Peter Aitken demonstrates that it's a breeze...
18 Latest comment by ViRiV
-
Articles
Working with project groups in VB6
July 27, 2005 7:00am PDT
There may be times when you need to work on more than one project at the same time because the projects are dependent on each other in some way. Learn the ins and outs of working with project...
4 Latest comment by zdmalazada
-
Articles
VB6 Tip: Making the most of user defined types (UDT)
December 17, 2004 8:02am PST
A user defined type (UDT) is a Visual Basic technique for defining a data type that exactly meets the needs of your program.

































