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. regd dialogs

regd dialogs

Scheduled Pinned Locked Moved C#
databasequestioncsharpxmltutorial
4 Posts 2 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.
  • K Offline
    K Offline
    karteek
    wrote on last edited by
    #1

    Hi, I want to display the tables in a database in a C# form graphically. I want to use a datagrid to fill the schema of each table. Is there any other way to represent graphically a table. Now I want to show foreign key relationships between the tables. How do I show it graphically . Then I should be able to move the tables and the relations between them also should move.. What controls should I use to get the above thing done and how to use it? Karteek

    H 1 Reply Last reply
    0
    • K karteek

      Hi, I want to display the tables in a database in a C# form graphically. I want to use a datagrid to fill the schema of each table. Is there any other way to represent graphically a table. Now I want to show foreign key relationships between the tables. How do I show it graphically . Then I should be able to move the tables and the relations between them also should move.. What controls should I use to get the above thing done and how to use it? Karteek

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

      Not in the .NET FCL, no. There might be some custom controls you can use in your software - either free or commercial - on the 'net (I know that some applications have such capabilities, but they're typically stand-alone applications or add-ins specific to a product). Just google. Otherwise, you'll need to create your own implementation.

      Microsoft MVP, Visual C# My Articles

      K 1 Reply Last reply
      0
      • H Heath Stewart

        Not in the .NET FCL, no. There might be some custom controls you can use in your software - either free or commercial - on the 'net (I know that some applications have such capabilities, but they're typically stand-alone applications or add-ins specific to a product). Just google. Otherwise, you'll need to create your own implementation.

        Microsoft MVP, Visual C# My Articles

        K Offline
        K Offline
        karteek
        wrote on last edited by
        #3

        HI, I did not find any .If u find please tell me. What if I want to create my own one? Karteek

        H 1 Reply Last reply
        0
        • K karteek

          HI, I did not find any .If u find please tell me. What if I want to create my own one? Karteek

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

          This forum is for asking specific questions, not about designing an entire control or application. The place to start is learning about custom graphics, owner-drawn controls, and the like. There are articles about such topics here on CodeProject and the rest of the 'net.

          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