Is it possible to create a form at runtime to add controls to? Adding controls is easy enough, but is it possible to do something like this?
Doing this in API is doable but not very good. The goal is to create a userform at runtime.Code:Dim A as Userforms A.Create "MyForm" A.Show ...




Reply With Quote