Category: Visual Basic
Concept: Extensions
While translating a C# library, i ran into a segment of code that i didnt recognize. After doing some research found out that the same design can be implemented in VB.Net (2k8). One catch to the whole implementation is that the Extension development is… more »
Dynamically Loading Controls
Recently, i ran into a situation where i needed to daisy-chain several usercontrols together. The basic thought was similar to most sites "New User Data Entry" forms. You fill one out, and then you goto the next one to fill more incriminating informati… more »
Runtime Method/Class Call
Recently, i found myself wanting to dynamically (runtime) construct a method from a class and then call that method without developing a nasty logic structure.In essence, i wanted to perform this logic, based on known method/class naming:Dim tmpM… more »
Silverlight 3D Project
Well got some of the Vector2 property/methods started for rendering. Still looking for a control to tie everything together. Canvas is so far the winner of choice without making my own control.And since this is the first post...you can go here -->… more »