KB5001337 has broken VB6 vertical scrollbar in Windows 10 version 1909

Barry Shapiro 11 Reputation points
2021-04-20T13:31:33.64+00:00

Since KB5001337 was applied to Windows 10 version 1909, the vertical scrollbar in our VB6 application now shows as a white box instead and no events are actioned from the vertical scrollbar meaning that scrolling is now disabled on all screens that use this control.

Later versions of windows 10 have not had this update and they are all working ok.

If the update is removed then the functionality starts working again.

Is there anything our customers on this version of Windows can do apart from updating to a later version of windows.

They are all on the enterprise version of windows so will still be in service for this version of windows for the foreseeable future and they did not have any plans to immediately update their version of windows and they have a vast estate to maintain so it will give them a problem to either keep the update rolled back or to upgrade to a new version of windows.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,279 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Romain 16 Reputation points
    2021-04-20T13:53:28.663+00:00

    It works fine on my computer, I don't have W10 1909 but 20H2 (with latest update)

    Try to upgrade it, maybe it will work. FYI, 1909 end of support is in one month.


  2. Ingeborg Andersson 1 Reputation point
    2021-04-23T12:34:21.133+00:00

    The bug also affects WPF applications hosting windows forms controls using WindowsFormsHost.
    Debugging the issue hints that the update introduces a bug in the ScrollBar Win32 window class (bad value for cbWndExtra), possibly in user32.dll.