This slab takes the data gathered in Part 1 and turns it into an Excel workbook. Very useful for most needs! (more…)
December 2, 2008
Auto Generating a Data Dictionary – Part 2
Posted by lanmind under Best Practices, Excel, VB.Net[3] Comments
November 20, 2008
Auto Generating a Data Dictionary – Part 1
Posted by lanmind under Documentation, SQL Server1 Comment
Wouldn’t it be great to be able to generate a data dictionary for a SQL 2008 Database? You can, with this handy slab. (more…)
November 20, 2008
Use today’s slab to turn a delimited string into table variable. (more…)
November 13, 2008
Here’s a quick slab to bootstrap you into using system tray icons… (more…)
November 12, 2008
Windows PE doesn’t include the .Net framework – so that neat app your just wrote can be flushed. Or is it a waste? What if we converted it to an HTA? Here’s a slab that takes input from a GUI and sets up scripts to load servers. (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 28, 2008
These two methods will allow you to generically locate a collection of Controls on any webform. (more…)
October 21, 2008
If you want to do your users a service, standardize on displaying certain things on your reports. This slab is a cheat sheet for doing just that. (more…)