Multi-line textbox 
Author Message
 Multi-line textbox

I have a multiline textbox on a Word 97 VBA form.  The textbox has a LOT of
text in it and I need to position particular parts of the text at the top of
the textbox based on what the user does.

I have tried using textbox.SelStart = NN  but that just sets the insertion
point in the textbox but does not move it to the top.

Any suggestions?

Thanks.



Mon, 24 Nov 2003 21:46:16 GMT  
 Multi-line textbox
Hi Perry,

When the user types into another textbox I need this textbox with a LOT of
text to "scroll" a particular section to the top of the textbox.  Nothing
should be deleted.  (It doesn't really have to scroll.) Finding an event
that will work isn't a problem just finding a method or function to accually
position the text.

Quote:

>Hi Suddn Bogus,

>Not entirely clear what you're aiming at.

>Text from the beginning of the textbox to the insertion point?
>Or a limited text to the insertion point?

>Does the text (to be placed on top) needs to be 'cut out'
>the entire text of the textbox? Or does the entire text remains
>as is while placing a part of it on top?

>What do you mean with: based on what users do ...
>Which action(s) of users need to trigger your app to respond
>and what needs to be done, considering my above qustions?

>Kind regards,
>Perry



>> I have a multiline textbox on a Word 97 VBA form.  The textbox has a LOT
>of
>> text in it and I need to position particular parts of the text at the top
>of
>> the textbox based on what the user does.

>> I have tried using textbox.SelStart = NN  but that just sets the
insertion
>> point in the textbox but does not move it to the top.

>> Any suggestions?

>> Thanks.



Tue, 25 Nov 2003 08:58:00 GMT  
 Multi-line textbox
Hi Suddn

that's the curline property of the textbox.

greetings, pieter.

Quote:
>I have a multiline textbox on a Word 97 VBA form.  The textbox has a LOT of
>text in it and I need to position particular parts of the text at the top of
>the textbox based on what the user does.

>I have tried using textbox.SelStart = NN  but that just sets the insertion
>point in the textbox but does not move it to the top.

>Any suggestions?

>Thanks.



Tue, 25 Nov 2003 22:25:10 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Read a MultiLine textbox line by line?

2. Limit a multi-line textbox to 10 lines ?

3. Limitting line length of each line within multiline textbox

4. No of lines in a multi line TextBox ?

5. Multiline Textbox Cause Page Overflows when Printing or doesn't print all lines

6. Positon of cursor in multi-line textbox

7. Multi-Line Textbox limits

8. finding line number cursor is in multiline textbox

9. forcing multiline textbox to scroll to last line...

10. Multi-Line Textbox how to extract pieces of data

11. Problem with Multi-Line Textbox

12. Refresh Multi-line Textbox

 

 
Powered by phpBB® Forum Software