This message was edited by DrMarten at 2006-3-15 13:28:37
: currently, there are opend two processes.
: the one name is controler.exe
: the other name is controled.exe(this program is any program)
:
: the controler has a button.
: the controled have 3 textboxes and 2 comboboxes.
:
: i want to input any value in textboxes and comboxes of the controled using win32api, when pressed the button in the controler.
:
=========================================================
Hi,
If you are using VB or VB.Net
Under the line which says>>
WINDOWS FORM DESIGNER GENERATED CODE
Type the following in
PUBLIC myVariable As STRING ' or whatever variable TYPE you want.
This variable should be seen by all processes as it is PUBLIC.
I think you should try this in the VisualBasic or VB.Net area too.
I've not tried this, though it should work.
Regards,
Dr M.