Text String on Single Line Edit Control Is Not Selected Correctly When String Is Scrolled by Using a Mouse (293845)



The information in this article applies to:

  • Microsoft Windows 2000 Server SP1
  • Microsoft Windows 2000 Server SP2
  • Microsoft Windows 2000 Advanced Server SP1
  • Microsoft Windows 2000 Advanced Server SP2
  • Microsoft Windows 2000 Professional SP1
  • Microsoft Windows 2000 Professional SP2

This article was previously published under Q293845

SYMPTOMS

A text string on an ANSI single line edit control is not selected correctly, when the string is scrolled from the end of the string by using a mouse.

CAUSE

When you use a mouse to select a text string, the selected position range is calculated with a mouse POINT structure. If the single line edit control is an ANSI control, the selected position may point to a DBCS trailing byte on the string. If this occurs, the edit control must adjust to a DBCS leading byte, but the single line edit control does not properly interpret it.

RESOLUTION

To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

260910 How to Obtain the Latest Windows 2000 Service Pack

The English version of this fix should have the following file attributes or later:
   Version     Time      Version          Size     File name
   ---------------------------------------------------------------------------
   5/14/2001   06:16p   5.0.2195.3309     222,480  Gdi32.dll
   5/14/2001   06:16p   5.0.2195.3464   1,641,424  Win32k.sys(uniprocessor)
   5/14/2001   06:16p   5.0.2195.3326     243,472  Winsrv.dll(uniprocessor)
   8/27/2000   09:28p      3.10.0.103      47,808  User.exe
   5/14/2001   06:16p   5.0.2195.3612     379,664  User32.dll
   4/6/2001    02:33p   5.0.2195.3464   1,641,424  Win32k.sys
   5/14/2001   06:16p   5.0.2195.3326     243,472  Winsrv.dll
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 3.

MORE INFORMATION

For additional information about how to install Windows 2000 and Windows 2000 hotfixes at the same time, click the article number below to view the article in the Microsoft Knowledge Base:

249149 Installing Microsoft Windows 2000 and Windows 2000 Hotfixes

The problem that is described in this article does not occur with the following environment:
  • A text string that has no DBCS characters.
  • ANSI multi-line edit control.
  • Unicode single/multi line edit control.

Modification Type:MinorLast Reviewed:9/26/2005
Keywords:kbHotfixServer kbQFE kbbug kbenv kbfix kbshell kbWin2000PreSP3Fix kbWin2000sp3fix KB293845