JCreationsInc
Active member
I am making a skin program that will allow a user to preview his/her progress on a form created programatically. Well what I was wondering is if any knows a way of creating the controls for that form using a string for the name??
Anybody got any ideas??
Code:
Dim ProgramName as String
ProgramName = "PoopList"
Dim ProgramName as New ComboBox
ProgramName.Show
Anybody got any ideas??