This slab takes the data gathered in Part 1 and turns it into an Excel workbook. Very useful for most needs! (more…)
VB.Net
December 2, 2008
Auto Generating a Data Dictionary – Part 2
Posted by lanmind under Best Practices, Excel, VB.Net[3] Comments
November 13, 2008
Here’s a quick slab to bootstrap you into using system tray icons… (more…)
November 6, 2008
Have ever wanted to enumerate the properties of and object? Here’s a slab that does just that. (more…)
November 3, 2008
Manually Updating a ClickOnce Deployed Application
Posted by lanmind under Best Practices, VB.NetLeave a Comment
Under certain circumstances, you may not want an app to automagically update itself. This slab shows how to do it manually. (more…)
October 29, 2008
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…)
October 16, 2008
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…)
October 14, 2008
Importing into SQL Server from Excel isn’t as trivial as it sounds, but this slab codes straight outta production code. (more…)
October 6, 2008
Make SQL Server Connection Strings Changable at Runtime
Posted by lanmind under SQL Server, VB.NetLeave a Comment
Strongly typed datasets do not allow you to alter connection strings at runtime by default. These directions show how to change that behavior. (more…)
October 2, 2008
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…)
October 2, 2008
This slab shows you how to list the worksheets of an Excel workbook in a combobox. (more…)