Results 1 to 2 of 2

Thread: Rich Text Box Problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2009
    Location
    Bangalore India
    Posts
    201

    Arrow Rich Text Box Problem

    Hi!
    Please find the forms as enclosed.
    i have 2 forms.
    in 1 form you will have an rich text box.
    the form name is Zoom.
    you have 3 menus in that form.
    just click the symbols menu & in that insert symbol.
    once you do this another symbol form will be loaded.
    just double click on any symbol the symbol will get inserted in the main zoom form.
    the problem here is that it is not inserted in the correct place instead it is getting instead in the last place.

    pls help me in this regard.
    its very urgent.

    with regards!
    Sethuraman R
    Attached Files Attached Files

  2. #2
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Rich Text Box Problem

    Use the selstart property of the rtb. If you want the symbol inserted into the start of the the document it would be Richtextbox1.selstart = 0
    At the end of the rtb: Richtextbox1.selstart = Len(Richtextbox1) +1
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width