Hello, how can i creat a class having a dynamic name? for example. I have some classnames in my database and want now do this DIM cclass as class Dim var = "myclassname" Class = new var But that dosent run:( He takes the var as the class "var" How can I use the content of the var?