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. Visual Basic
  4. question with chklistbox

question with chklistbox

Scheduled Pinned Locked Moved Visual Basic
questionhelp
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.
  • E Offline
    E Offline
    eyes2007
    wrote on last edited by
    #1

    hi to all is it possible with check list box that selection mode property set to multi extended if is possible than please tell me how can i do that and if not possible then should i go for a custom control in that it is possible. any help is highly appreciated thanks help everyone

    A 1 Reply Last reply
    0
    • E eyes2007

      hi to all is it possible with check list box that selection mode property set to multi extended if is possible than please tell me how can i do that and if not possible then should i go for a custom control in that it is possible. any help is highly appreciated thanks help everyone

      A Offline
      A Offline
      AliAmjad
      wrote on last edited by
      #2

      eyes2007 wrote:

      is it possible with check list box that selection mode property set to multi extended

      No it's Not ! only ListBox Control Support this Property !

      AliAmjad(MCP) First make it Run THEN make it Run Fast.

      E 1 Reply Last reply
      0
      • A AliAmjad

        eyes2007 wrote:

        is it possible with check list box that selection mode property set to multi extended

        No it's Not ! only ListBox Control Support this Property !

        AliAmjad(MCP) First make it Run THEN make it Run Fast.

        E Offline
        E Offline
        eyes2007
        wrote on last edited by
        #3

        thanks for your fast reply. i am thinking about to make one, should i go for it. one more question why should microsoft has to make two different controls like checklistbox and listbox. why not they provide the checkbox fecility in the same control by making it a property. i am thinking about the reason behind it but i can't find the answer if some body knows then please tell me. again thanks help everyone

        A 1 Reply Last reply
        0
        • E eyes2007

          thanks for your fast reply. i am thinking about to make one, should i go for it. one more question why should microsoft has to make two different controls like checklistbox and listbox. why not they provide the checkbox fecility in the same control by making it a property. i am thinking about the reason behind it but i can't find the answer if some body knows then please tell me. again thanks help everyone

          A Offline
          A Offline
          AliAmjad
          wrote on last edited by
          #4

          eyes2007 wrote:

          i am thinking about to make one, should i go for it.

          Entirely depends on your requirements did you search Code Project first for this and then Google because it gonna take allot of your time.

          eyes2007 wrote:

          why should microsoft has to make two different controls like checklistbox and listbox.

          Because both of these controls are for different requirements and one has advantage over the other e.g. you can't bind data to the CheckedListBox control for this you have to use either ComboBox or Listbox and also not support for Multi Selection whereas in ListBox Control you can't display a Checkbox besides every item. Hope it helps !

          AliAmjad(MCP) First make it Run THEN make it Run Fast.

          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