Click here to Skip to main content
15,901,853 members

Comments by Keet333 (Top 3 by date)

Keet333 4-Feb-14 9:57am View    
Still looking for help with this....any takers?
Keet333 3-Feb-14 15:24pm View    
Yes, as close to realtime as possible. I have developed a program that monitors machinery. I would like to be able to open a webpage(that the monitoring program is feeding through WebRequest possibly) and see the status of the machinery. The program already does this through windows forms, I just need the status broadcast and intercepted through a webbrowser for anyone to have access at their own pc.
Keet333 3-Feb-14 13:07pm View    
I would like to just use labels as a way to display the data. As for the "keep alive", I need the labels upadating upon the textchange event on the windows form. I'm not sure if this would mean a page refresh or other way.