[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Presentation of TS window on web



PureBytes Links

Trading Reference Links

On Wed, 17 Jul 2002, Dennis Schutten wrote:

> Hello list,
> 
> I would like to make a copy or a gif of an open window and publish it on the
> web automaticly. If possible not a snapshot of an open window ,but maybe
> there is a possibility with COM objects in combination with macro's. Does
> anyone knows how to do this??

You could write a program that would at specific intervals check the application
name of the process that has focus. If the application is TS6 then it could
take an image of the screen. Putting that image in a well known directory
on disk and then have a unix system poll that directory with samba, again
in specific time intervals. If the unix box finds a gif, then move the gif
to the directory where gifs are published, update the links and the index.html
for that directory.

Pretty straight forward.

Mike