Click here to Skip to main content
15,891,910 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi I want control visible and invisible button from another process

What I have tried:

hi I want control visible and invisible button from another process
Posted
Updated 26-Aug-20 20:07pm
Comments
OriginalGriff 27-Aug-20 1:52am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

Sounds like Inter-process communications you seek. As long as these are both your process, it would be achievable. (if not owned, I doubt + security issue).

See, one of the ways:
How to: Use Anonymous Pipes for Local Interprocess Communication | Microsoft Docs[^]
Inter-Process Communication between C# and C++ using named pipes[^]

Then there could be ways like, Socket, Shared memory and more. You would need to choose based on your usecase.

Refer:
Creating Named Shared Memory - Win32 apps | Microsoft Docs[^]
TcpClient Class (System.Net.Sockets) | Microsoft Docs[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900