Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Iiro362 I checked out pipes. It would be better. But when I saw the example code, I shocked. It would be a week until I make this into my programs.
-
I think I'll stay with the "communication file". I'm too unexpected and ignorant to do the other methods.
Related Rants
class post
{
public string type = "question";
public string info =
"I made a Notification Drawer for pc. It checks a file every 0.01 second. If that file contains a specific line of code, the notification drawer shows a notification. This way I can make other programs to be able to send notifications.";
public string question = "Is there an easier / better way to make 2 or more programs communicate?"
}
undefined
pc
notifications
c#