Re: Moving a label without a flicker

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Bit byte" <flip@xxxxxxxx> wrote in message
news:RO2dnT5IzfK1DRnZnZ2dnUVZ8s6dnZ2d@xxxxxxxxx
I am moving a control accross a form - to form a scrolling text label. But
I notice that is flickering. Is there anyway to prevent flickering ?

Not with a label. Any text drawing will require that the background is
erased and then drawn. You need to find a way to draw the text to a buffer
and then copy that buffer to your form. You could do this with a bidden
picturebox and the bitblt api.

Michael


.



Relevant Pages

  • Re: Why is my animation flickering?
    ... buffer but you didn't specify if you want GLUT_RGBA or GLUT_RGB ... perhaps flickering is the wrong word. ... Do you get a frame rate of something like 60 or 70 FPS? ... So, if this is the problem, caused by the card swapping buffers in the ...
    (comp.graphics.api.opengl)
  • Re: Question on graphic objects disposing
    ... the user control (remember to destroy and recreate it if the ... that buffer image, then blast the whole thing to the screen ... If rendering "dynamic" elements on an image background, ... flickering as the form is being cleared and repainted on-screen. ...
    (microsoft.public.dotnet.framework.drawing)
  • RE: Label problem in A2003?
    ... This flicker problem looks like it is an Access 2003 specific problem. ... The flickering shows up on systems running Windows 2000, ... over the label. ...
    (microsoft.public.access.forms)
  • Re: Label problem in A2003?
    ... > The flickering shows up on systems running Windows 2000, ... > over the label. ... >> label area to inside the label area, ...
    (microsoft.public.access.forms)
  • Re: StretchBlt, pictureboxes
    ... and I'm not even drawing anything...all I'm doing is stretchblting ... If you're doing this in the Paintevent of the control or using the .Clsmethod of the control to clear the background then you ... may well get flickering since the control is performing it's own background solid colour fill and then letting your code do it's ... StretchBlt() itself doesn't create a back buffer, as long as it has a source and destination DC then that's all that's required. ...
    (microsoft.public.vb.general.discussion)