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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. In visual studio do you know what the name of this control ?

In visual studio do you know what the name of this control ?

Scheduled Pinned Locked Moved C#
csharpvisual-studiocomquestion
8 Posts 5 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.
  • U Offline
    U Offline
    User 2456424
    wrote on last edited by
    #1

    you see images attached to this control. do you know what the name of this control ? Have DevExpress got this control ? [IMG]http://imagizer.imageshack.com/img673/6260/TV6dOt.jpg\[/IMG\]

    L B N 4 Replies Last reply
    0
    • U User 2456424

      you see images attached to this control. do you know what the name of this control ? Have DevExpress got this control ? [IMG]http://imagizer.imageshack.com/img673/6260/TV6dOt.jpg\[/IMG\]

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Firstly your URI is broken. Secondly, what does this have to do with C#?

      1 Reply Last reply
      0
      • U User 2456424

        you see images attached to this control. do you know what the name of this control ? Have DevExpress got this control ? [IMG]http://imagizer.imageshack.com/img673/6260/TV6dOt.jpg\[/IMG\]

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Not a default control, but could easily be done using a DataGridView. Dunno about DevExpress; you'd have to browse their products.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

        1 Reply Last reply
        0
        • U User 2456424

          you see images attached to this control. do you know what the name of this control ? Have DevExpress got this control ? [IMG]http://imagizer.imageshack.com/img673/6260/TV6dOt.jpg\[/IMG\]

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #4

          It's a grid of some form. You could simulate this in .NET (WinForms) with either a DataGridView, or a TableLayoutPanel, or even a ListView, or by using UserControls. The form and contents of the grid suggest this is a "Decision Table:" [^], but that's a guess ... I can't read Vietnamese.

          «I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.

          U 1 Reply Last reply
          0
          • U User 2456424

            you see images attached to this control. do you know what the name of this control ? Have DevExpress got this control ? [IMG]http://imagizer.imageshack.com/img673/6260/TV6dOt.jpg\[/IMG\]

            N Offline
            N Offline
            ngoj
            wrote on last edited by
            #5

            Server/html controls are not real controls. Source tags stays on server side and therefore image on client side doesn't help a lot. Instead of this you should check html source and try to reveal base engine(if possible). As much as I know DevExpress is made for ASP.Net and ASP.Net only. If this is DevExpress control then you MUST go to www.devexpress.com, login and post your question there, but ... ... threre is bunch of controls in their package and what is on your picture can be achived on too many ways, so I don't think you are to lucky about this issue.

            P 1 Reply Last reply
            0
            • N ngoj

              Server/html controls are not real controls. Source tags stays on server side and therefore image on client side doesn't help a lot. Instead of this you should check html source and try to reveal base engine(if possible). As much as I know DevExpress is made for ASP.Net and ASP.Net only. If this is DevExpress control then you MUST go to www.devexpress.com, login and post your question there, but ... ... threre is bunch of controls in their package and what is on your picture can be achived on too many ways, so I don't think you are to lucky about this issue.

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              What are you on about? He's just asked what type of control this is. It doesn't have any indication that this is a web control.

              ngoj wrote:

              As much as I know DevExpress is made for ASP.Net and ASP.Net only

              You're wrong. DevExpress make controls for a wide variety of platforms.

              N 1 Reply Last reply
              0
              • P Pete OHanlon

                What are you on about? He's just asked what type of control this is. It doesn't have any indication that this is a web control.

                ngoj wrote:

                As much as I know DevExpress is made for ASP.Net and ASP.Net only

                You're wrong. DevExpress make controls for a wide variety of platforms.

                N Offline
                N Offline
                ngoj
                wrote on last edited by
                #7

                Thanks, it is good to know

                1 Reply Last reply
                0
                • B BillWoodruff

                  It's a grid of some form. You could simulate this in .NET (WinForms) with either a DataGridView, or a TableLayoutPanel, or even a ListView, or by using UserControls. The form and contents of the grid suggest this is a "Decision Table:" [^], but that's a guess ... I can't read Vietnamese.

                  «I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.

                  U Offline
                  U Offline
                  User 2456424
                  wrote on last edited by
                  #8

                  I write on the winform, I'm looking for this control. It looks like a ListView with grouping functionality in use, although you'd need a bit of custom code to display the check boxes because the ListView control only supports check boxes in the first column. you have an example of this control share with me

                  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