Results 1 to 7 of 7

Thread: VB GUI

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    2

    Cool

    I am looking for a list box or combo box object where you can have two columns, one with text and another with check boxes. Thanks James.

  2. #2
    Lively Member
    Join Date
    Nov 2000
    Posts
    73
    hi ,
    i am not aware of combo box but u can use listbox change the style property to 1 - Checkbox

  3. #3
    Hyperactive Member
    Join Date
    Feb 2000
    Posts
    284
    I have a kind of cheat for this where I use a list box with a style set to check box and ontop of it I put another listbox with a style of normal. overlay the second on the first, hiding it's scrollbar and then when the second is scrolled alter the topindex property of the first to correspond.

    Works for me anyway.

    HTH.

  4. #4
    Guest
    se an image combo, and get an image of a checks and unchecked box, and flip the images as required

    - gaffa

  5. #5
    Lively Member
    Join Date
    Nov 2000
    Posts
    73
    hi,
    ur cheat will be costly when applied with actual application as it will consume lot of resources and slow down ur process.

    wrong practice

  6. #6
    Fanatic Member faisalkm's Avatar
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    752

    Talking

    Hey,

    I don't think u can use both check and normal in the same normal list box.. Anyway will check it out. Go on with ur research

    Faisal
    Faisal Muhammed
    Homepage:I Started making it in 1994 ...Still Under Construction
    Using

    Visual Basic 6.0 Enterprise SP5
    Embedded Visual Basic 3.0
    SQL Server 2000
    Windows 2000 Proff
    Delphi 6.0


    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

  7. #7

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    2

    Talking you guys fricken rock

    cheers problem solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width