• Creator
    Topic
  • #4002
    Anonymous

      In my formativ applet I am calling a .exe VB application. That VB application copies some text into the clip board (ctrl C). Once the .exe is finished running I would like to return to formativ and paste this information into a text box field on my formativ dialog screen, we would like to have this done automatically for the user. This way the user will not have to press (cntrl V). Is it possible to paste information from the clip board using formativ? If so do you have a small sample applet that does something like this?

      Thanks

    • Author
      Replies
    • #6822
      Support 1a
      Participant

        Copy text to the Clipboard using Formativ:

        Utilities.ToClipBoard("Hello World")

        To access the text in the clipboard from Formativ:

        msgbox Utilities.FromClipBoard

        I hope this helps.

        Regards,

        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.