Search Tools Links Login

Posts by MikeG

4 hits, 1 pages | Prev | Next

Multiple Files with CommonDialog

Ever wonder how to return multiple files using the CommonDialog control? Here is a short demonstration of how to get it done.


Posted:2019-08-24, 221 views, filed under: Visual Basic 6

Read Excel and Text Files Using ADO

Read Excel File Using ADO.


Posted:2019-09-13, 446 views, filed under: Visual Basic 6

Run a Stored Procedure with ADO

Sometimes you have stored proc that takes 2,3 or 5 min to execute. Application that lock up frequently frustrates users and waste their time and resources.


Posted:2019-10-04, 228 views, filed under: Visual Basic 6

User Loop Break

If you have a long-running loop, you might want to give the user the ability to break out of the loop, in case they've changed their mind. This bit of code shows how to do that.


Posted:2019-09-25, 225 views, filed under: Visual Basic 6

4 hits, 1 pages | Prev | Next