How can I pass data between projects but not the same solution file.
ex.
project1 = detects card inserted
project2 = do the rest functions
if project1 detects the card then project 1 will send data to project2 then project2 will execute some functions. How can I do that?
I was actually using the monitor folder function but I am getting some issues like "file currently used etc." I want to use another alternative that will directly pass the data.
ex.
project1 = detects card inserted
project2 = do the rest functions
if project1 detects the card then project 1 will send data to project2 then project2 will execute some functions. How can I do that?
I was actually using the monitor folder function but I am getting some issues like "file currently used etc." I want to use another alternative that will directly pass the data.