Re: Edit Control Flicker issue. <
- Posted by euman at bellsouth.net Dec 11, 2001
- 372 views
Hello Derek, This might be the solution to your controls dissapearing or your background-color issue. Not sure Derek, it may be that there is so much code in the library that slowness compensates for the flicker...Just kiddin' You can read all about similar problems in C/C++ on CodeGuru.com Euman From: "Derek Parnell" <ddparnell at bigpond.com> > > I don't how win32lib works then 'cos it doesn't get that effect and doesn't > use ws_clibchildren flag. > > ----- Original Message ----- > From: <euman at bellsouth.net> > To: "EUforum" <EUforum at topica.com> > Sent: Tuesday, December 11, 2001 3:41 PM > Subject: Edit Control Flicker issue. < > > > > Hello all, > > > > I've been trying to work-around a flicker issue dealing with > Edit-Controls. > > > > Each time a key is pressed, mouse clicked or info from a buffer is placed > in my Edit (dc) > > there is an obvious flicker of the Edit(hwnd) and Edit(dc) > > "They seem to be seperate according to the SDK. Edit(dc) is for client > area of the Edit Control" > > I thought this was interesting when I read this too! > > > > Anyone have an answer? > > > > Ive tried lots of different combinations and nothing Ive tried so far > seems to work.. > > > > TIA, > > Euman > > euman at bellsouth.net > > > > > > >