Textbox jumps back to the start
- From: "Jack" <jl@xxxxxxxxxx>
- Date: Tue, 20 Jun 2006 15:28:43 +0800
Dear all,
As I was concatenating strings from previous Text1.text , the textbox
displayed from the topmost entry over and over again
Like
Apple
Orange
After the scroll bar appeared, the textbox displayed Apple on the top. And I
had to scroll down to locate the new entry. What is the best way of tracking
scrolled-text after each concatenation happens..
So I can see
Orange |
Pear |
.
Relevant Pages
- Re: Textbox jumps back to the start
... As I was concatenating strings from previous Text1.text, ... displayed from the topmost entry over and over again ... After the scroll bar appeared, the textbox displayed Apple on the top. ... (microsoft.public.vb.controls) - Re: Textbox jumps back to the start
... As I was concatenating strings from previous Text1.text, ... displayed from the topmost entry over and over again ... After the scroll bar appeared, the textbox displayed Apple on the top. ... (microsoft.public.vb.controls) - Re: How to scroll to text box when keyboard is displayed
... Windows on Windows CE work basically just like they do on the desktop (Tab to the next one, use the Down arrow to scroll). ... When the input panel is enabled and there is a textbox that has focus hidden behind the input panel, I have to manually scroll to that textbox to enter data. ... (microsoft.public.dotnet.framework.compactframework) - Re: How to scroll to text box when keyboard is displayed
... control is in the right place. ... the input panel ... desktop (Tab to the next one, use the Down arrow to scroll). ... When the input panel is enabled and there is a textbox that has focus ... (microsoft.public.dotnet.framework.compactframework) - Re: define maxmimum number of characters in mshflexgrid cell
... Have been trying to solve the scroll -isue, ... the textbox should move always when the gridrow moves, ... But in anycase, this is the modification I made ot get your scroll ... Public Sub MouseWheel(formulier As Form, ByVal MouseKeys As Long, ByVal ... (microsoft.public.vb.general.discussion) |
|