- Subscribe to this page:
- RSS
- Email Alert
peter aitken
(74 results)-
ARTICLE_DISCUSSION_TYPE
Performing date comparisons in VB6
August 23, 2005 8:49am PDT
Performing date comparisons in VB6 article root But, what about international settings? Does this tip work with D/M/Y formats? I mean, #6/7/2005# is June 7, but in Mexico is July 6. There in...
-
Articles
VB6 Tip: Give users more options by generating an auto-OK dialog box
November 12, 2004 4:26pm PST
Using this timed-response technique, you can give your users the option of changing program defaults or letting the program run with the established defaults.
-
Articles
VB6 Tip: Deleting files to the Recycle Bin from within a VB6 application
November 5, 2004 8:02am PST
In Visual Basic 6, with the right API function, you can delete a file to the Windows Recycle Bin, where it can be restored later if necessary.
2 Latest comment by thor027
-
Articles
VB6 Tip: Changing text alignment for forms and picture boxes
October 22, 2004 7:03am PDT
Change the displayed alignment of text on a form or picture box in Visual Basic 6 with a Windows API call.
-
Articles
How the ComboBox's Style property works in VB6
September 22, 2004 1:44pm PDT
Not all drop-down boxes are the same. This Visual Basic 6.0 tip shows you how to use the ComboBox Style property to enhance the interface of your application.
2 Latest comment by ousa03@...
-
-
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: 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
Simplify your VB6 coding with control arrays
September 29, 2004 2:52pm PDT
This tip can simplify your VB6 programming with a control array that permits two or more controls of the same type to have the same name and same event procedures, but retain their own separate...
1
-
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.
-
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
Play WAV files from a VB program to improve user interaction
October 29, 2004 7:01am PDT
Signal application events for users using Microsoft Windows Multimedia functions from a Visual Basic 6 program.
2 Latest comment by walgoorezemo@...
-
Articles
VB6 Tip: Create global properties to gain control over data storage
December 3, 2004 8:01am PST
Learn how to create global properties that aren't associated with any particular object but are available throughout the entire application.
3 Latest comment by mantoma@...
-
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
Why you should be careful combining VB6 comparison operators
December 8, 2005 7:48pm PST
You may run into trouble when you include two or more VB6 comparisons in a conditional statement. Discover how you can avoid potential problems before they crop up.
7 Latest comment by brandon.aiken@...
-
Articles
Enumerate your CD-ROM drives
August 4, 2005 4:13pm PDT
If you are writing a Visual Basic program that makes use of the CD drive, it is usually a good idea to check to see what is actually available. This Visual Basic tip shows you how to get a list of...
7 Latest comment by adityachs@...
-
Articles
Prevent bugs by filtering input in VB6
June 16, 2005 7:00am PDT
Once you discover a program contains a bug, it can take up hours, or even days, of your valuable time to determine what's causing the problem. Take preventive measures by filtering input, such as...
12 Latest comment by Tony Hopkinson
-
Articles
Display the Windows Search dialog box from a VB program
July 21, 2005 3:25pm PDT
The Windows Search dialog box is great for finding a variety of items including files, computers, and documents. Learn how you can display this dialog box while running a VB program.
1
-
Articles
Implement a MouseExit event for VB6 controls
July 14, 2005 4:06pm PDT
The MouseMove event lets you detect when a mouse enters a VB6 control; however, Visual Basic doesn't have a built-in event that allows you to determine when a mouse exits a control. This tip...
3 Latest comment by Tony Hopkinson
-
Articles
Making the case for continued support of Visual Basic 6.0
April 28, 2005 7:46pm PDT
Microsoft's decision to end mainstream support for Visual Basic 6.0 spurred a group of developers to create an online petition that urges Microsoft to continue developing older versions of VB....
69 Latest comment by ron_raines399@...
-
Articles
Determine if a credit card number is valid using VB6
August 11, 2005 2:20pm PDT
If you support a Web site that accepts online payments, the first step in any process that accepts credit card numbers should be verifying the number. This tip shows how to do this using VB6.
18 Latest comment by ifeanyi_karen@...

































