This user has contributed 2 articles, 72 code samples and posted 0 messages in our discussion forums.
Articles & Tutorials
-
Learn how to use the Windows Media Player in your VB project.. 
-
Keep up with the crowd! Find out how to create your own MP3 Player using the Windows Media Player.. 
Code Samples
-
A neat trick to allow you to use numeric keys in the ListView control. 
-
A more efficient way to test whether an object supports a particular interface. 
-
Entering parameters into a DAO parameter query. 
-
How to launch a PC's default browser with ShellExecute API. 
-
An Object Orientated way to pass Visual Basic variable values to a form. 
-
How to decipher MP3 Tag information with Visual Basic. 
-
Make LBound() and UBound() even more efficient. 
-
Programmatically ferret out control arrays from regular controls. 
-
Using LBound() and UBound() when iterating Visual Basic arrays. 
-
With statement precedence in Visual Basic. 
-
How to 'Pause' your application using the Sleep API. 
-
Move files to the Recycle Bin with VB and Windows API. 
-
How to build a data-shaped SQL clause for VB. 
-
How to display UserControl property settings in the Property Window. 
-
How to create a VBScript/ASP equivilant of the VB IIF statement. 
-
How to count the number of lines in a multi-line textbox. 
-
Prevent any nasty errors from Server.CreateObject... check that the component is installed first!. 
-
Why not to use DoEvents!. 
-
How to programmatically turn off warning messages in MS Office applications when using Office Automation. 
-
VB myth #3: UBound() returns the number of items in an array. 