idea plz..
6 answers - 337 bytes -

i am running two applications app1 & app2. app1 is always minimized ie always on system tray. another one (app2) is running by users. now i want to pass an argument from app1 to app2 (in certain time period). note:there is no socket communication between these application. if u have any idea. plz ..reply...
regards
rajesh
No.1 | | 157 bytes |
| 
You can use a file. App1 could write to it and App2 could read from it. In your App2 you can use a timer to read new data in the file in certain time period.
No.2 | | 254 bytes |
| 
Or you could use the old method Dynamic Data Exchange. People say its old but it still works perfectly. Do a search on here for Dynamic Data Exchange, I've posted an example a while back. ;)
http://www.vbforums.com//cgi-bin/jump/?t=362220&
No.3 | | 93 bytes |
| 
ok i agree with dde but i need in delphi if u have any idea how to use this dde in delphi....
No.4 | | 212 bytes |
| 
I attually think that the read and write Idea by jcis is proberly the easyest to make, it might be a bit messy but it could work really well if done right.
I did the same thing in fact, worked a treat :D
No.5 | | 22 bytes |
| 
Moved from Classic VB.
No.6 | | 158 bytes |
| 
ok i agree with dde but i need in delphi if u have any idea how to use this dde in delphi....
You should have posted it in the correct forum then. :sick: