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. C# ComboBox Questions

C# ComboBox Questions

Scheduled Pinned Locked Moved C#
helpcsharp
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.
  • J Offline
    J Offline
    jdnx
    wrote on last edited by
    #1

    I am writing a C# windows program There is a very strange problem about C# comboBox Control That is the combobox control's edit control can not deal with mouse operation itself,nor can it deal with the standard operations the edit control can do,such as cut paste copy(actually it does not have the context menu like edit control),Why is that,Is it because I do not make some right property settings in combobox control or this control actually can not deal with that ,I should do it in my own codes,Please Help Great Thanks -- modified at 21:04 Friday 31st March, 2006

    R 1 Reply Last reply
    0
    • J jdnx

      I am writing a C# windows program There is a very strange problem about C# comboBox Control That is the combobox control's edit control can not deal with mouse operation itself,nor can it deal with the standard operations the edit control can do,such as cut paste copy(actually it does not have the context menu like edit control),Why is that,Is it because I do not make some right property settings in combobox control or this control actually can not deal with that ,I should do it in my own codes,Please Help Great Thanks -- modified at 21:04 Friday 31st March, 2006

      R Offline
      R Offline
      ricardojb
      wrote on last edited by
      #2

      the ComboBox has its own set of properties that can be assigned values just as any other control. If you select the control and have the properties windows open (if not go to view --> properties) you should see all the public properties of the control (usually the properties window displays on the bottom right side of the ide's window, unless you have configured visual studio to use floating and not docked windows).

      J 1 Reply Last reply
      0
      • R ricardojb

        the ComboBox has its own set of properties that can be assigned values just as any other control. If you select the control and have the properties windows open (if not go to view --> properties) you should see all the public properties of the control (usually the properties window displays on the bottom right side of the ide's window, unless you have configured visual studio to use floating and not docked windows).

        J Offline
        J Offline
        jdnx
        wrote on last edited by
        #3

        Thanks For Help I know I can set these properties,but I want to know how to set the properties to meet my requirements to let the combobox control's edit control part work like odinary edit control

        J 1 Reply Last reply
        0
        • J jdnx

          Thanks For Help I know I can set these properties,but I want to know how to set the properties to meet my requirements to let the combobox control's edit control part work like odinary edit control

          J Offline
          J Offline
          jdnx
          wrote on last edited by
          #4

          Does anybody know how to solve this problem Please Help! Thanks!!

          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