Date: Mon, 10 Aug 1998 15:49:10 +0300 (IDT) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: Endlisnis , djgpp AT delorie DOT com Subject: Re: Rhide & the windows clipboard. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 10 Aug 1998, Salvador Eduardo Tropea (SET) wrote: > > What happens if you paste into a DOS box (using the toolbar)? > > Works. This almost certainly indicates that switching to CF_OEMTEXT will solve these problems. DOS programs (such as RHIDE) that want their clipboard data be read correctly by Windows GUI programs (such as Netscape) need to use CF_OEMTEXT, while CF_TEXT will work just fine between two DOS programs (such as RHIDE and COMMAND.COM).