From: Erwan Rannou Newsgroups: gnu.g++.help,comp.os.msdos.djgpp Subject: Update a graphic in Win95 (under DJGPP+ RSXIDE) Date: Tue, 27 Jan 1998 17:17:46 +0100 Organization: Ecole Centrale Paris, France Lines: 6 Message-ID: <34CE08AA.27008362@cti.ecp.fr> NNTP-Posting-Host: rannou.via.ecp.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I am a newbie in C++ and need to redraw a window each time it changes. I am unable to launch the update event (Paint()?), except when I make the window lost her focus and give it back to it. I am sure this is silly, but i can't do it even if I call my function MainWindow::Paint()