Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1675
Number of posts: 4764

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
input any value in textbox of the other process Posted by ky4068 on 13 Mar 2006 at 6:15 PM
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.


Report
Re: input any value in textbox of the other process. Try in VB. Posted by DrMarten on 15 Mar 2006 at 1:28 PM
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.






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.