
-----------------------------------
pavol
Thu Jan 05, 2006 4:10 pm

passing values to other programs
-----------------------------------
is there any way to communicate between programs? for example, run two programs and have one of them pass a value to the other so the other one can do something with it. not writing some data to a file or database and having the other program read it. something like using API's, you pass them a value and something happens. is this possible? :wall:
thanks

-----------------------------------
cool dude
Thu Jan 05, 2006 4:23 pm


-----------------------------------
yes just make a module!  :)

-----------------------------------
HazySmoke)345
Thu Jan 05, 2006 10:32 pm


-----------------------------------
Oh, nevermind. I read your question wrong.  :( Sorry! I'll try to delete my last reply. I've never tried to send information between projects before, if it's between 2 VB projects, why don't you just combine the two projects into one? It shouldn't take long to do that. but if you really want them to be separated... try the think that function will do it.

-----------------------------------
cool dude
Fri Jan 06, 2006 10:41 am


-----------------------------------
lol i read your question wrong too. as hazysmoke said just combine the two projects into one, easiest way :)

-----------------------------------
pavol
Sat Jan 07, 2006 5:35 pm


-----------------------------------
thanks for the help :D
