i am not sure what my title should be, so i used the word "Talk".
I have created a window service, that is running perfect. installing and everything.
BUT. i need a system tray running, and a program that can call function inside the windows service.
Like, when a user click on "Get Clicked
" it will turn something inside the windows service
.
i am not sure how can i do.. i have come in to thinking for some ways that are really stuipd.
like changing a text and then the windows service reads it for commands. i think its very idiot way. any other way that you know of that i can talk to the window sservice
?
its seems like everybody answering "WCF". but, wouldnt it be simple if only open a port to TCP on port 25555 or something. and only read writeing? like words. "Now, Later". and do functions with it? i thnink it will work. dont you?