I would like to access a variable created by one VB application and store it in a variable in a second VB application on the network. Because my application will exchange data frequently (every few seconds) I dont want to use a file on disk (get # and put #), but would rather access the variable in memmory directly in order to limit disk read/write operation. Is this possible and if so how would I do it? Please include code syntax.