My question is that:
I have two source code.And I try to make one program.
Firs source code name is:stub
Second source code name is: Builder
Stub has a text box on form.
Builder has a textbox and a command buton on form.
I get it stub.exe into builder.exe and I wanna make when Builder make a new exe file, on builder's text box write to stub's text.box!
Example Picture:
![](http://img185.imageshack.us/img185/6803/79519341zx1.png)
How can I make it on vb?
What is example code, please help me!