Components, Designers and Examples

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robby

    #1

    Components, Designers and Examples

    Hello,

    I am trying to build a component that in turn usues a
    designer.

    How does the designer retrieve the projects datasets and
    tables?

    Are there any good examples of building a designer and/or
    more complex components?

    Thanks Robby
  • William Ryan

    #2
    Re: Components, Designers and Examples

    I just bought Connell's new book on developing controls in VB.NET
    http://www.amazon.com/exec/obidos/tg...glance&s=books
    b/c I'm starting to get into building controls and taking advanatage of the
    property grid control...

    Visual Studio Magazine has shown how to do this in the last two issues as
    well, I think they have the articles on their web site.
    "Robby" <Robby@Here.Now > wrote in message
    news:0b0701c3a0 c5$3170e6b0$a00 1280a@phx.gbl.. .[color=blue]
    > Hello,
    >
    > I am trying to build a component that in turn usues a
    > designer.
    >
    > How does the designer retrieve the projects datasets and
    > tables?
    >
    > Are there any good examples of building a designer and/or
    > more complex components?
    >
    > Thanks Robby[/color]


    Comment

    • Tian Min Huang

      #3
      RE: Components, Designers and Examples

      Hi Robby,

      Thanks for your post. As I understand, you want to implement a custom
      designer for your .NET compoent. Please correct me if there is any
      misunderstandin g. I strongly recommend the following MSDN article:

      Writing Custom Designers for .NET Components
      http://msdn.microsoft.com/library/de...us/dndotnet/ht
      ml/custdsgnrdotnet .asp

      Hope this helps.

      Have a nice day! :)

      Regards,

      HuangTM
      Microsoft Online Partner Support
      MCSE/MCSD

      Get Secure! -- www.microsoft.com/security
      This posting is provided "as is" with no warranties and confers no rights.

      Comment

      Working...