Tips
From HashVB
Here are a selection of VB tips that will make you progamming life easier.
- Debugging - Having a problem? Here are some basic tips for tracking it down
- End - Ever wondered why your application doesn't shutdown cleanly?
- Null - What is it and how do I use it?
- Option Explicit - Why you should use Option Explicit
- Sleep Without the Freezing - A Sleep function that doesn't freeze the process
- Speed - A few tips about speeding up your code.
- As New - When and more importantly, when NOT to use As New.
- Special keys in VB - If you need to use special characters like CarriageReturn, Backspace, etc...