0
Reply

Changing value in exe file.

zngr2003

zngr2003

Nov 4 2004 7:05 AM
2.1k
I created application say app1.exe , app1.exe have a richtextbox in the main form say richtextbox1, then I created another application called app2, I want to change the text of the richtextbox1 or the value of a variable in the executable file app1.exe and save the change to the file from app2 , how can I do so ?