Results 1 to 3 of 3

Thread: Listview not working in Windows 7 - 32 bit

  1. #1
    Senior Member
    Join Date
    Apr 2011
    Posts
    190
    Rep Power
    14

    Listview not working in Windows 7 - 32 bit

    I am using the Listview control with no problems in windows 7 - 64 bit. When I try to open that same XLSM file in Windows 7 32 bit (I have registred MScomCtl.ocx on both PCs) - I get a factoryclass error. When I google it - I get message that it is DLL hell. so inside the OCX there is a conflict - does anybody have experience with using Listview in Windows 7 - 32 bit.

    Alternatively - can you have checkboxes in a standard ListBox? - I need the checkboxes so that is why I use ListView. Another alternative is something similar to a flexgrid control - But it seems Mr Gates are abandoning a lot of older stuff - so I am not sure what a good grid is these days.
    xl2007 - Windows 7
    xl hates the 255 number

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Rasm, Listview control is unstable, and what you looked up is correct. You can use checkboxes in Listbox Controls. Here's an attachment which shows that..
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Senior Member
    Join Date
    Apr 2011
    Posts
    190
    Rep Power
    14
    Perfect and I have choice to use radio B as well

    The property below is allowing even more option - fannnnnntaaaasticcc
    Code:
    .MultiSelect = fmMultiSelectExtended
    Last edited by Rasm; 07-09-2011 at 07:58 PM.
    xl2007 - Windows 7
    xl hates the 255 number

Similar Threads

  1. Double click can edition in ListView
    By marreco in forum Excel Help
    Replies: 1
    Last Post: 02-18-2013, 10:09 PM
  2. Declaring API Functions In 64 Bit
    By marreco in forum Excel Help
    Replies: 2
    Last Post: 02-11-2013, 03:18 AM
  3. Replies: 5
    Last Post: 01-12-2013, 02:49 AM
  4. set ListView on userform
    By Mahesh in forum Excel Help
    Replies: 3
    Last Post: 12-04-2012, 08:50 AM
  5. Using ListView - a Listbox on steroids
    By Rasm in forum Download Center
    Replies: 3
    Last Post: 04-09-2011, 03:34 AM

Posting Permissions

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