Not really sure if this is the right place to ask this.
Either way I’ll give it a shot.


Is their way to declare a new object using an already defined object?
Example:


Dim A as new textbox

Dim B as new classtypeof A

Just curious .