0
I have several projects and want to make a form with buttons and call them. Researching saw that I can do this by adding another project as a reference, so far so good, more like doing after adding the project as a reference? How to call it through a button?
Define better what this "call a project" looks like. What are these projects? Executable? Web projects? DLL’s?
– Leonel Sanches da Silva
They are a UDP with client and server, both screens are different projects in Console. With Windowsform screens I have an RPC and a TCP, which both are also different projects. Neither of these projects.
– Onnezimo Barbosa
Kind of confusing. You want to communicate between apps?
– Rodrigo Speller
I don’t want communication, I want on a screen to be referenced (main screen with buttons) all projects and I can call each one independent, all this through a button for each project.
– Onnezimo Barbosa
... you say a screen to run other applications? I could not understand what you are trying to do. Elaborate further on your question by presenting a [MCVE]
– Leandro Angelo