UserControl(?) Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • teslar91@hotmail.com

    #1

    UserControl(?) Question

    I've designed a UserControl that acts as a custom DataSource. However,
    when I add it to a form, I don't want it *on* the form itself, but in
    that little area below it (does it have a name?) where the built-in
    Data controls such as the BindingSource go. How can I do that?

  • Dennis

    #2
    RE: UserControl(?) Question

    I'm not sure but I think it has something to do with using as a base class
    the System.Componen tModel.Componen t. I seem to remember reading this
    somewhere but can't remember much about it.
    --
    Dennis in Houston


    "teslar91@hotma il.com" wrote:
    I've designed a UserControl that acts as a custom DataSource. However,
    when I add it to a form, I don't want it *on* the form itself, but in
    that little area below it (does it have a name?) where the built-in
    Data controls such as the BindingSource go. How can I do that?
    >
    >

    Comment

    • teslar91@hotmail.com

      #3
      Re: UserControl(?) Question

      Dennis wrote:
      I'm not sure but I think it has something to do with using as a base class
      the System.Componen tModel.Componen t. I seem to remember reading this
      somewhere but can't remember much about it.
      Thank you! Now that I know the *name* of what I'm trying to create, I
      was able to Google a page which describes the whole process:



      I don't have a "Project | Add Component" menu option as described -
      maybe because I'm using VB.NET 2005 Express? But I was able to copy
      the code they showed into a class, and it works just fine.

      Comment

      Working...