So the contest I was running is over, with a startling ZERO entries. I guess no one wanted $25 to ThinkGeek.com . The answer? Take a look at these two lines of code: Dim typeName As String = Microsoft.VisualBasic.Information.TypeName(objectProvider.GetObject) Dim t As Type = Type.GetType(typeName, True...