VB.Net


This slab takes the data gathered in Part 1 and turns it into an Excel workbook. Very useful for most needs! (more…)

Here’s a quick slab to bootstrap you into using system tray icons… (more…)

Have ever wanted to enumerate the properties of and object?  Here’s a slab that does just that. (more…)

Under certain circumstances, you may not want an app to automagically update itself.  This slab shows how to do it manually. (more…)

In VB6 we had Me.Forms; what happened? People stopped needing it, I guess. If you do though, here’s a slab to get you through. (more…)

Command line arguments are a very handy thing to have around. With them, you change connection strings, run special processing, anything. Here’s a quickie slab to get things rolling. (more…)

Importing into SQL Server from Excel isn’t as trivial as it sounds, but this slab codes straight outta production code. (more…)

Strongly typed datasets do not allow you to alter connection strings at runtime by default.  These directions show how to change that behavior. (more…)

I sort of like showing the user which fields on a form have been changed, especially on forms with a lot going on.  Here’s how I do it. (more…)

This slab shows you how to list the worksheets of an Excel workbook in a combobox. (more…)

Next Page »