Date: Mon, 9 Aug 1999 16:24:08 +0200 From: Hans-Bernhard Broeker Message-Id: <199908091424.QAA14382@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Cc: roberts DOT j DOT whitlock AT juno DOT com Subject: Re: inter-program communications Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article <19990807 DOT 222145 DOT -364283 DOT 0 DOT roberts DOT j DOT whitlock AT juno DOT com> you wrote: > Does anybody know if it's possible to provide input from a DJGPP program > to another program in Windows 95 (specifically mouse actions)? With a usual DJGPP program: no, I don't think you can do that. Sending simulated Mouse events to a Windows application can only be done by another Windows app, if at all. DJGPP apps are DOS programs, not Windows ones, so you're stuck, there. You'ld need a Win32 compiler (RSXNTDJ or Cygwin32, to name two free ones) for that. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.