Basically I am attempting to control a win32 app (press a button, add stuff to a text field) etc from a java app.
Whats the best method of attempting this (i.e are there any toolkits, DDE?) or will I have to attempt to do some sort of FindWindowEx, then send a WM_LBUTTONDOWN or something?
Cheers
It seems that this is encapsulated inside the jna project from java.net projects:
https://github.com/twall/jna
Well it is one possibility anyway.
In one example it shows a few imports which look like they may be of use to you: