Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. PropertyGrid ----Third Party tool

PropertyGrid ----Third Party tool

Scheduled Pinned Locked Moved C#
csharpphpcomhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jay Shankar
    wrote on last edited by
    #1

    Dear CPians, I am in need of customized PropertyGrid component_(.NET Compatable)_ with look and feel like the link below http://www.visualhint.com/propertygrid.php If you know any of such controls, Please let me know. I would appreciate your help in this regard. Thanks in advance. Regards, Jay.

    H 1 Reply Last reply
    0
    • J Jay Shankar

      Dear CPians, I am in need of customized PropertyGrid component_(.NET Compatable)_ with look and feel like the link below http://www.visualhint.com/propertygrid.php If you know any of such controls, Please let me know. I would appreciate your help in this regard. Thanks in advance. Regards, Jay.

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      As I mentioned to you before[^], you can use either the IL Disassembler (ildasm.exe that comes with the .NET Framework SDK) or a decompiler to find out how the PropertyGrid works. I also told you how it uses the System.ComponentModel namespace members to provide it with functionality (which leppie also mentioned), which is what that namespace (and a few related namespaces) are for. The .NET FCL provides a designer with almost everything it needs to design components.

      Microsoft MVP, Visual C# My Articles

      L 1 Reply Last reply
      0
      • H Heath Stewart

        As I mentioned to you before[^], you can use either the IL Disassembler (ildasm.exe that comes with the .NET Framework SDK) or a decompiler to find out how the PropertyGrid works. I also told you how it uses the System.ComponentModel namespace members to provide it with functionality (which leppie also mentioned), which is what that namespace (and a few related namespaces) are for. The .NET FCL provides a designer with almost everything it needs to design components.

        Microsoft MVP, Visual C# My Articles

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Unfortunately that control is written in native C++, but thats besides the point :) top secret xacc-ide 0.0.1

        H 1 Reply Last reply
        0
        • L leppie

          Unfortunately that control is written in native C++, but thats besides the point :) top secret xacc-ide 0.0.1

          H Offline
          H Offline
          Heath Stewart
          wrote on last edited by
          #4

          Actually, I was referring to how you let the UITypeEditors and what-not "do their job". That was the point I was trying to make. :)

          Microsoft MVP, Visual C# My Articles

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups