Chris
2004-10-25 16:54:19 UTC
I'm working with VB6.
I'm putting about 5000 points in a pictrebox. It takes a long time because
of Autoredraw = true in the picturebox.
If I set autoredraw = false it's very very faster, but if I open a new
window in front of the picturebox, everything disappear.
I have try this :
- set autoredraw = false
- draw picture
- set autoredraw = true
but autoredraw doesn't works.
What must I do to get advantage of autoredraw without the lack of time ?
thanks in advance
chris
I'm putting about 5000 points in a pictrebox. It takes a long time because
of Autoredraw = true in the picturebox.
If I set autoredraw = false it's very very faster, but if I open a new
window in front of the picturebox, everything disappear.
I have try this :
- set autoredraw = false
- draw picture
- set autoredraw = true
but autoredraw doesn't works.
What must I do to get advantage of autoredraw without the lack of time ?
thanks in advance
chris