Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Normally

  1. Normally

    Rich TextBox

    Thank you. Got it.
  2. Normally

    Rich TextBox

    hi strongm I have reverted to multiline RTB. I put a text box off the form & when rtb gets focus i set focus to text box . Now i don't see caret. I can get number of lines, current line using "Sendmessage" but i cant get text of the current line. Any idea?
  3. Normally

    Rich TextBox

    hi strongm here is code. i have to click on "FldOne" a few times before it freezes.The caret also gets frozen as well.below is a sample of code.also fldone is not hilighted anymore as i move over new rtb. Private Sub FldOne_GotFocus(Index As Integer) Dim R As Long R =...
  4. Normally

    Rich TextBox

    hi strongm That does not work. Suppose i were to go about it using labels where each row would consist of say 10 labels where labels 0-8 would be a string & label 9 an integer. how would my data structure be? ex : row(0) ==> HELLO 25 row(1) HOW 3 row(3) BASICALLY 45...
  5. Normally

    Rich TextBox

    hi strongm I forgot to say i'm using control array of rtb. will there be a diff? when i move mouse over rtb it changes color. with tom the color does not revert to old color when i move over another element of array.
  6. Normally

    Rich TextBox

    hi strongm i'll try that when i get home. But would i be able to execute click event on the rtb afterwards without seeing caret? What is "Text Object Model Interface" and where can i find it? getting error user-defined type not defined- var textrange & tomdoc
  7. Normally

    Rich TextBox

    hi strongm i'll try that when i get home. But would i be able to execute click event on the rtb afterwards without seeing caret?
  8. Normally

    Rich TextBox

    i'll try that when i get home. But would i be able to execute click event on the rtb after without seeing caret?
  9. Normally

    Rich TextBox

    i'll tyr that wwhen i get home. But would i be able to execute click event on the rtb after without seeing caret?
  10. Normally

    Rich TextBox

    I am stopping the editing by setting locked to true.
  11. Normally

    Rich TextBox

    hi strongm i have array of rtb in which no editing takes place. I want that when i click on a rtb element i do not see caret.
  12. Normally

    Rich TextBox

    hi three57m that did not work. No editing is to be done on rtb.
  13. Normally

    Rich TextBox

    hello Everyone Can you show me how to hide Caret in Rich TextBox?
  14. Normally

    visual basic msflexgrid

    hi strongm How to scroll an array of rich text boxes -No multiline feature.
  15. Normally

    visual basic msflexgrid

    Thanks strongm That was very helpful. What other routines are there for rtb? ex, how to implement mousemove,delete a line,get line number ect.

Part and Inventory Search

Back
Top