Property Grid Custom Popup

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

    Property Grid Custom Popup

    I am using the PropertyGrid control, and have been trying some demos from
    CodeProject, but cannot seem to find a specific item. I want to simply have
    a string property, and on the property I want an ellipsis button that I will
    bring up a custom winforms form. The winforms form builds a complex string.
    When exiting the winforms form, I simply want to fill the string back into
    the property. Specific instructions would be much appreciated!



  • sstory

    #2
    Re: Property Grid Custom Popup

    There was an article in Visual Studio Magazine on doing this some time back.

    Here:



    "Derek Hart" <derekmhart@yah oo.comwrote in message
    news:uz9QOjZ9IH A.5700@TK2MSFTN GP02.phx.gbl...
    >I am using the PropertyGrid control, and have been trying some demos from
    >CodeProject, but cannot seem to find a specific item. I want to simply have
    >a string property, and on the property I want an ellipsis button that I
    >will bring up a custom winforms form. The winforms form builds a complex
    >string. When exiting the winforms form, I simply want to fill the string
    >back into the property. Specific instructions would be much appreciated!
    >
    >
    >

    Comment

    Working...