Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7024543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:51:13+00:00 2026-05-27T23:51:13+00:00

please help me on creating a user control object in runtime using createobject function

  • 0

please help me on creating a user control object in runtime using createobject function or whatever better function in vb.net.

here is my code:

Dim b As New Security.Sec_Role
b.Name = "Sec_Role" 
b.visible = true

but i want to use this code:

dim b as object
b = createobject("Security.Sec_Role")

but it always return an error:

Cannot create ActiveX component.

EDIT: i figure it out..thanks a lot..i use this codes:

Dim asm As System.Reflection.Assembly = Assembly.Load("Security")
Dim b As Object = Activator.CreateInstance(asm.GetType("Security.Sec_Role"))
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:51:14+00:00Added an answer on May 27, 2026 at 11:51 pm

    If it is an .Net UserControl you will not be able to use CreateObject unless it has been exposed as a Com object according to the MSDN page for CreateObject. Using New would be the proper way to create a .Net UserControl.

    From above link:

    Creates and returns a reference to a COM object. CreateObject cannot
    be used to create instances of classes in Visual Basic unless those
    classes are explicitly exposed as COM components.

    From this MSDN Forum try something like this using System.Activator.CreateInstance:

    Dim oType As System.Type = Type.GetType("MyNamespace.ClassName")
    Dim obj = System.Activator.CreateInstance(oType)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please Help me in creating a replace function. Problem: Their is a alphanumeric value
I'm actually creating a web application using PHP and seek help verifying a user.
I am creating a User Control in C#.Net 2.0. I have to apply drag
Please help, I am stuck here --- irb> a = line of text\n line
Please help us settle the controversy of Nearly everything is an object ( an
I'm creating a wpf user control which is in mvvm pattern. So we have
I'm creating a forum where user can ask questions and comment on it ....using
I am using Javascript and am creating my function within a closure, the problem
Could I get some help creating this query please? Users book product video slots
I am creating timed online test in C# asp.net. I have created it using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.