Windows 10: *IMPORTANT* - 'SysListView32'/ 'Listview' Bug

Discus and support *IMPORTANT* - 'SysListView32'/ 'Listview' Bug in AntiVirus, Firewalls and System Security to solve the problem; Hi Microsoft My system: -Windows 10 version 1909 18363.778 32bit -Visual Basic 6 After coding something related to "listview" on VB6, with the... Discussion in 'AntiVirus, Firewalls and System Security' started by Sandi H., May 6, 2020.

  1. Sandi H. Win User

    *IMPORTANT* - 'SysListView32'/ 'Listview' Bug


    Hi Microsoft


    My system:

    -Windows 10 version 1909 18363.778 32bit

    -Visual Basic 6


    After coding something related to "listview" on VB6, with the code like this:

    ----------

    Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long As Long

    Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" ByVal hwnd As Long, ByVal nIndex As Long As Long

    Dim Style&

    Private Const GWL_STYLE = -16

    Private Const LVS_NOSCROLL = &H2000


    Private Sub Form_Load

    Style = GetWindowLongListView1.hwnd, GWL_STYLE
    SetWindowLong ListView1.hwnd, GWL_STYLE, Style Or LVS_NOSCROLL
    End sub

    ------------


    The bug in this below thread is COMING BACK!!

    https://answers.microsoft.com/en-us/windows/forum/windows_10-security/important-syslistview32-bug-with-multiple-items/9e6198f7-a38a-4614-bc89-4781a9bde748?auth=1&page=1

    Now with multi select on listview on any program using listview, the mouse cursor jump to the TOP RIGHT of screen.


    I already did:

    1. system restart

    2. uninstall vb6

    But the problem persist.


    How to solve this SEVERAL OLD YEARS bug AGAIN? :


    Please kindly help :

    :)
     
    Sandi H., May 6, 2020
    #1

  2. SysListView32 mouse selecting bug after Windows 10 - Fall Update

    Dear Microsoft

    You know you can use the api CreateWindowEx to create a 'SysListView32'.

    If you have created a listview with API, then set it to large icons, or details mode.

    Now add 100 items to the listview so that you will get a vertical and or horizontal scrollbar.

    Then scroll to middle of the listview.

    Try to select items, you will notice the Listview will move the mouse cursor to the lower corner or top of the screen.

    This happened after the Fall Creators Update (of october 2017) version 1709.

    The component that Microsoft updated to point you in the direction is 'mscomctl.dll' which has the bug.

    (since Windows XP, up to vista, 7, 8, and 10 (before the Fall update) this always worked perfect.

    You can try this bug with WinRar, WinZip, 7zip, of any program that using a Listview (SysListView32).

    Just add enough items to the listview to get scrollbars, scroll to middle, try to select multiple items, and voila, the mouse starts to move by itself all over the screen.

    I've tested this bug on 4 different Windows 10 machines before and after Fall update.

    On 7z forums (which is another proggy i use) they have the same problem).

    Ive also tested it myself with WinRar and WinZip. both also having this bug.

    Please fix this bug as soon as possible, my software relies heavily on the SysListView32 like a lot of other software.

    Kindly regards,

    Michiel

    Netherlands

    Moved from: Windows / Windows 10 / Security & privacy
     
    Michiel123_708, May 6, 2020
    #2
  3. *IMPORTANT* - 'SysListView32' Bug with multiple items selection with 'Windows 10 Fall Creators Update'

    Dear Microsoft,

    After the 'Windows 10 Fall Creators' update im having a problem with a lot of my software.

    When i have a program that is using a 'SysListView32' component where you can select multiple files.

    You will notice if you scroll down to the middle of the list by mousewheel or the scrollbars itself, and then try to select multple items,

    that the mouse starts to go by itself to the bottom or top of your screen.

    If you then try to keep holding down left button and moving in a direction, you see it's resisting, it wants to go to the bottom or top of screen.

    Results:

    Windows 10 Fall Creators version:

    1709 (16299.19)

    Test environment:

    1 PC: Clean installation Windows 10 Pro, nothing installed except WinRar. To be totally sure.

    4 PC: They had nothing in common with eachother, only that they all using a 1920x1080 screen and Intel i7 (860 up to 6700k) generation cpu

    Results:

    All the 5 PC's ive tested now when i scroll down to middle of list (SysListView32) at 'Icon' mode (but also 'Details' mode), and i try to select multiple items/files by mouse, the mouse starts to go to bottom or top of screen.

    Happens with:

    'Microsoft Windows Explorer', 'WinRar', 'WinZip', '7z', 'Ws FTP Pro'. they all have this bug now.

    More applications i did not test with, it's obvious its the SysListView32 object.

    Windows 10 Fall Creators version (Insiders edition):

    1709 (17025.1000) and (17035)

    Test environment:

    1 PC: Clean installation Windows 10 Pro Insiders, updated with latest updates, nothing installed except WinRar to test.

    Results:

    For 'Microsoft Windows Explorer' the bug has been solved.

    BUT. the bug remains for:

    'WinRar', 'WinZip', '7z', 'Ws FTP Pro', and any non-Microsoft software for me.

    Systems used:

    I7 860 up to 6700k, 6 up to 16 GB, Nvidia 660TI up to 780TI, 1920x1080 monitors, SSD drives, Logitech mices (gaming and non-gaming).

    I've even tested it to create a 'SysListView32' object with the 'CreateWindowEx' and stripped it to the bone.

    Not even subclassed it or anything, and added 100 items to the list so that the listview gets scrollbars, then if you scroll to middle and try to select multiple items you see this bug happens.

    Somewhere Windows 10 Fall Creators update is calling a 'SetCursorPos' API with the wrong coordinates.

    Can someone please confirm this is a bug after the Fall Creators update?

    Because this never happened before from Windows 10 all the way down to Windows XP.

    You can test it yourself by having the Fall Creators update, then install rarlab.com (WinRar).

    Then add 100 small files to a archive, then open the created archive with WinRar. Scroll down to middle of list, and then try to select multiple items. You will notice the mouse starts to go all over the screen
    selecting anything underway.

    Moved from: (Windows / Windows 10 / Security & privacy)
     
    Michiel123_708, May 6, 2020
    #3
  4. *IMPORTANT* - 'SysListView32'/ 'Listview' Bug

    SysListView32 mouse selecting bug after Windows 10 - Fall Update

    We appreciate your efforts in resolving this issue. We noticed that you already posted an inquiry regarding this issue to the
    Microsoft Development Network forums.
    We highly suggest that you continue to interact on that community since it caters to IT professionals that can further assist you with this concern.

    Regards.
     
    Jefferson Ore, May 6, 2020
    #4
Thema:

*IMPORTANT* - 'SysListView32'/ 'Listview' Bug

Loading...
  1. *IMPORTANT* - 'SysListView32'/ 'Listview' Bug - Similar Threads - *IMPORTANT* 'SysListView32' 'Listview'

  2. WinUI3 Getting the index where the item was moved in a ListVIew

    in Windows 10 Software and Apps
    WinUI3 Getting the index where the item was moved in a ListVIew: Having ListView, how can I get the index in the list where the item from the same list was dropped?Reordering I tried using the following callbacks, but neither DragItemsCompletedEventArgs or OnDropIntoStagedPhotos seem to have an appropriate method.void...
  3. WinUI3 Getting the index where the item was moved in a ListVIew

    in Windows 10 Gaming
    WinUI3 Getting the index where the item was moved in a ListVIew: Having ListView, how can I get the index in the list where the item from the same list was dropped?Reordering I tried using the following callbacks, but neither DragItemsCompletedEventArgs or OnDropIntoStagedPhotos seem to have an appropriate method.void...
  4. Serious Listview selected items issue when removing items by doubleclick

    in Windows 10 Gaming
    Serious Listview selected items issue when removing items by doubleclick: This is rather old. Found this years back on Windows 98. Still exists in current Windows 10 :And someone once said the listviews were entirely different in Windows NT and Windows 9x series. Ok, Windows 98 had an issue that on one certain list position, an owner-drawn list get...
  5. please read this microsoft please It is important It is important It is important is...

    in AntiVirus, Firewalls and System Security
    please read this microsoft please It is important It is important It is important is...: Hello microsoft this post is for you. okay windows 11 releaseed ? yes !! nice windows 11 is nice os and windows 10 miserable have update until the 2025 supported 2025 is 4 years later :4 years later You threw this hero awaywindows 11 is not free and not good for all pcsall...
  6. *IMPORTANT* - 'SysListView32'/ 'Listview' Bug Coming Back or Not Solved??

    in AntiVirus, Firewalls and System Security
    *IMPORTANT* - 'SysListView32'/ 'Listview' Bug Coming Back or Not Solved??: Hi Microsoft My system: -Windows 10 version 1909 18363.778 32bit The bug in this below thread is COMING BACK or Not Solved Before??...
  7. ListView Control - MSCOMCTL.OCX - Compatibility between Office

    in Windows 10 Software and Apps
    ListView Control - MSCOMCTL.OCX - Compatibility between Office: Hi, I have a question. I've developed an app within MSAccess 365 Plus (x64 version). Everything was going well until I test my program on anothers computers. The problem is that I can't do the ListView Control works on another Office if its version isn't 365. Try registering...
  8. Windows Importer Bug?

    in Windows 10 Network and Sharing
    Windows Importer Bug?: Ok so I have this thing where I have a bunch of files. However, it doesnt show any of the programs-just the files. https://answers.microsoft.com/en-us/windows/forum/all/windows-importer-bug/73644a3b-8f93-4d56-b92b-20ca3064e170"
  9. Windows 10 January 2019 has important bugs

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 January 2019 has important bugs: Hello, We are using Windows 10 for a long time now and we never had serious bugs or issues with the OS but since the latest upgrade in January Build number: Windows 10, Version 1809. Multiple of our computers get bluescreens and hang randomly on low tasks all our systems run...
  10. Chrome Bug: Unable to Import Bookmaks from HTML File?

    in Browsers and Email
    Chrome Bug: Unable to Import Bookmaks from HTML File?: Hi Everyone... I just found this forum in a search attempt to resolve this issue, so any input will be much appreciated. I have recently upgraded to a Windows 10 computer and transferred all my important data (docs, pictures, music, software) to this computer from an...