All articles with keyword "VB Syntax"
Adding Carriage Returns
When writing code that exports to a plain text file, it's often necessary to embed special characters, such as carriage returns, line feeds, and tab characters....
Click for more...
Calling Event Handlers as Subroutines
When you’re writing a VB program, you create event handlers to deal with events like a form loading or a user clicking on a button. These event handlers are jus...