I hope that you folks can help?
I have ten IP cameras strategically located around my property. I capture video from these cameras with no problems. The cameras have the ability to pan and tilt, if I send commands to them.
I can send something like the following to the cameras using ShellExecute:
//http://192.168.1.99/cgi-bin/recall.cgi?recall=paddock1
That tells the camera to point to a present position called "paddock1"
But, I DO NOT want to open a window. Otherwise, I will end up with thousands of windows or tabs open.
I could live with having one window being used for this process, as long as it didn't pop to the top each time I send a command to/through it.
Any assistance you can offer will be greatly appreciated.