Cags Posted April 7, 2004 Posted April 7, 2004 Is anybody able to give me some example code using the Activator.CreateInstance() method. I'm really struggling to understand the information held about it on MSDN. Quote Anybody looking for a graduate programmer (Midlands, England)?
*Experts* mutant Posted April 7, 2004 *Experts* Posted April 7, 2004 What part of it you don't get? There is a lot of overloads for it so I don't know what you need help with. A simple one: 'Create a new instance of the Form class Dim fr As Form = Activator.CreateInstance(GetType(Form)) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.