BUG: Multiline TextBoxes Show Lines When Scrolling Up

ID: Q180629


The information in this article applies to:


SYMPTOMS

Scrolling up in a multiline TextBox control using the UP ARROW key shows lines drawn on the inside of the control. Note that this happens only in emulation and that ARROW keys are not functional for scrolling within a TextBox on a remote device.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new Windows CE (HPC) Project in Visual Basic 5.0. Form1 is created by default.


  2. After the default Form1 appears, add a TextBox control to Form1.


  3. Set the Height property of the TextBox to 1000.


  4. Set the Multiline property of the TextBox to True.


  5. Press the F5 key to run the project.


  6. When the project is up and running, type some text into the TextBox control until it starts to scroll the control.


  7. Using the UP ARROW key, scroll up in the TextBox control. When the text is scrolled, lines will appear beneath the text that is redrawn.


Additional query words: wince vbce vbce5 vbce6


Keywords          : kbToolkit kbVBp kbVBp500bug kbVBp600bug kbWinCE kbWinCE100 kbGrpVB 
Version           : WINDOWS:
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: February 24, 1999