Technologies mentioned in this article include VB.NET and C#. Q I put my resources for a given application into a different project because my company wants us to share resources among several ...
The Visual Basic "Button" class lets you create a control on your VB projects that perform an action such as auto-save. VB also includes file classes that help you create functions to save files. An ...
i need to do a batch conversion of thousands of .doc to .pdf. i found this VB code to do this but i don't have VB and i'm lame anyway View image ...
Launch and terminate applications in Visual Basic 6.0 Your email has been sent Visual Basic 6.0 gives you the convenient ability to programmatically check on the status of an application before you ...
The Visual Basic 6 language uses file handlers to write data to a CSV file, which is a text file that separates values using the comma character. The CSV file format lets you export and import data ...
I'm always looking for ways to develop high quality software faster with less code. Recently, I explored aspect-oriented programming (AOP) to reduce code volume, and I cover the potential benefits in ...