Bitblit API and flickering
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: Bit byte <flip@xxxxxxxx>
- Date: Sun, 25 Jun 2006 17:06:40 +0100
Hi,
I am looking for information on how to copy test to a buffer and then to
a picturebox so that I can scroll the picture box accross a form without
flickering. Anyone knows how (a small code snipet on using the Bitblit
API will be very), will be appreciated.
.
Relevant Pages
- Re: Bitblit API and flickering
... picturebox so that I can scroll the picture box accross a form without ... Play with AutoRedraw property of the PictureBox. ... takes more resources but eliminates flickering. ... (microsoft.public.vb.enterprise) - Metafile, Should I?
... I have a large picturebox on a form that mimics a ListView, ... the text and graphics are drawn on to the Picurebox using drawing ... thru the records starting with the value of the scroll bar, ... Enhanced MetaFile then play the Metafile on to the picturebox I would get ... (microsoft.public.vb.general.discussion) - Re: Performance of drawing to my own control (Frank Hileman)
... I use picturebox controls sometimes, i found that when your picture needs to ... instead derive a new control from Control and paint on that surface ... Control-derived class and paint a portion of the bitmap directly on that." ... keep a second bitmap (your invisible buffer), ... (microsoft.public.dotnet.framework.drawing) - Re: Rubberband Line with ScrollBar
... You can call me Karl, ... scroll 250 units, but you've independently determined that moving by more than 10 ... are on the picturebox. ... rubberband as the mouse moves. ... (microsoft.public.vb.general.discussion) - Re: image browser
... I like to write a kind of image browser in VB. ... The user should be able to scroll through the form and should be able to ... good solution in my case because a picturebox has a limited max. size and it ... could be that there are more thumbnails to show but do not fit onto the ... (microsoft.public.vb.general.discussion) |
|