I'm building a system, as mentioned in other threads here, which tests network speeds between various computers on the network. I originally planned to run it as a service, but before I got too far, realized that there's some difficulties making services interactive, such as a tray icon which pops up balloon hints when speeds change, and more.
I was just wondering, would it be more ideal to run it as an application hidden in the background? I've done one before, but it gets tough hiding/showing the main form and all that jazz. I'm sure I could do both, and have a service and application talk to each other. That's going on a more advanced level though, and this is already a tough project.
Any infrastructure suggestions?
JD Solutions
I was just wondering, would it be more ideal to run it as an application hidden in the background? I've done one before, but it gets tough hiding/showing the main form and all that jazz. I'm sure I could do both, and have a service and application talk to each other. That's going on a more advanced level though, and this is already a tough project.
Any infrastructure suggestions?
JD Solutions