CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2011
    Posts
    26

    Question FORM filling using JAVA

    here's the task:

    i got a program and a word file.
    the program has some input fields and the word file contains the corresponding words to be put in input fields.
    so, i want to write a java program that will open that program and fill the input fields copying from the word file.
    the program is basically a form.

    thanks in advance.

  2. #2
    Join Date
    Dec 2011
    Posts
    26

    Re: FORM filling using JAVA

    i know how to open a program through a java program(using Process proc = Runtime.getRuntime().exec(); )
    but i don't know how copy a word from a file and paste it into another

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

Featured