Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
Anybody looking for a graduate programmer (Midlands, England)?
  • *Experts*
Posted

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))
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...