Jump to content

JAVA and other programs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
keller

keller

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
At my work we use a program called Macro Scheduler that has the ability to interact with any program that is currently running. It can identify text boxes and things of that nature. I was just wondering if anyone knows if Java has any capabilities like that?

#2
Arkie

Arkie

    Learning Programmer

  • Members
  • PipPipPip
  • 92 posts
not directly as i know of, but using JDNI and capture the stream it should be able to do it.