T
Tom T via DotNetMonster.com
Hello all.. I'm making a dynamic menu in VB net for an aplication but i'm
having an issue ...
I need to use a varable as part of an argument when opening new forms..
example..
Dim X as string
x= rs.fields("formname")
dim View me as new X
how do I get VB.Net to reconize that x is an aculy form and create a new
instance of it...
Many thanks,
Tom T
having an issue ...
I need to use a varable as part of an argument when opening new forms..
example..
Dim X as string
x= rs.fields("formname")
dim View me as new X
how do I get VB.Net to reconize that x is an aculy form and create a new
instance of it...
Many thanks,
Tom T