Visual Basic distributed application - TechRepublic
General discussion
April 30, 2001 at 05:38 AM
dksj

Visual Basic distributed application

by dksj . Updated 24 years, 10 months ago

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.

This discussion is locked

All Comments