kaisersoze
Centurion
- Joined
- Aug 27, 2003
- Messages
- 152
I need to write an windows application say "app1.exe". app1.exe has few classes, so i create objects of classes. app1.exe calls other applications "app2.exe", "app3.exe", using shell command or shellexecute command. I need to share the class (objects) files in other words I need to pass values between app1.exe (parent) and app2.exe or app3.exe (child).
can and one help...
can and one help...