Results 1 to 2 of 2

Thread: Passing text from 1 form to another and back.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    16

    Exclamation

    I have a form with many text boxes that I need to spell check.

    I have developed a text editor to use as a spell checker.

    I need to pass the text from the text box on 1 form to the text editor and then pass it back. The text editor is already set up to send the data to MS Word to use it's spell checker and pass the data back to the text editor.

    How do you open multiple text editors and pas the text back to the right textbox on the origination form?

    I would like to capture the name of the textbox from the origination form in the caption of the text editor.

    Thanks.

  2. #2
    New Member
    Join Date
    Jun 2000
    Posts
    15
    Well, The only method I could suggest for you is...
    GetDlgItemText, or something of the equivalent, however you will need the hwnd of the text box...(as i recall from memory). Hope this info was at least useful

    Have a good day...

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