i have about 100Kb data that I need to pass from one application to
another (actually, im going to create a GUI for a text-based
application). What are some possible ways I can achieve this?
The server program is written in VC++, I could, of couse, rewrite the
whole thing in VB but that would take some time (and that is why I chose
to make the GUI in VB)
Is there any way to quickly detect whether a file has changed? (other
than checking the file every x milliseconds or so.) Is there any way to
notify a program that this certain file has changed?
thanks.