Messages - mediaguycouk [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 48next
11
I've not really been around this site in the last 12 months. Here's to improving that  :Thmbsup:

12
http://www.autohotkey.com/forum/topic28838.html
That looks amazing. I'll try and check it out over the next few days.

Thanks skwire

13
Apologies for the late reply.

I don't actually need to download anything, just to get the computer to display the image. So the computer should be listening for a command, and when it gets it it will display an image on the screen of the computer.

It's one of those things that seems hard to say and harder to actually get working. I was just wondering if one of the geniuses here had seen something around.

Thanks
Graham

14
Hi clever people.

I work in a University. In our lecture theatres we have a touch screen that makes all the equipment work, a computer and a projector (as well as other bits we can ignore).

We've been asked to make a button on the touchscreen that makes a picture appear on the projector. There are some expensive ways around this but the cheapest would be the following

Press button on touch panel > Touch panel sends a GET to the computer > The computer is listening for this GET and when it recieves it, it shows a picture.

Is this easy to do? Or does it involve running web servers on computers. I.e. can I write a simple c# program that says 'wait for this command on port 1337'?

15
Thanks, that's the perfect command.

Do you see why this doesn't work?
#2::
Run, C:\Windows\System32\notepad.exe, , , notepad1pid
Run, C:\Windows\System32\notepad.exe, , , notepad2pid
Sleep, 500
ControlSend, notepad1pid, Hello Notepad 1
ControlSend, notepad2pid, Hello Notepad 2
return

Pages: prev1 2 [3] 4 5 6 7 8 ... 48next
Go to full version