MaxRaceSoftware
06-08-2005, 03:53 AM
i created a few different .EXE applications with VB6.0 which has 1 ListBox
(Standard Style and no MultiSelect)
Scrolling the Items in the ListBox is sluggish, jumpy, slightly erratic
doesn't respond correctly when using Mouse to scroll the ListBox.
same results running in IDE or as an .EXE
ListBox seems to respond normally after Computer Reboot, but in short time becomes sluggish to scroll, or scrolls in leaps or erractically jumps around.
as long as you Scroll slowly, the ListBox scrolls smoothly
if i read in a very large 10,000+ line Text File into the ListBox, it scrolls smoothly and very fast......if i AddItem 100 or to 1000 Lines, it eventually scrolls sluggish/jumpy,erratic.
(Standard Style and no MultiSelect)
Scrolling the Items in the ListBox is sluggish, jumpy, slightly erratic
doesn't respond correctly when using Mouse to scroll the ListBox.
same results running in IDE or as an .EXE
ListBox seems to respond normally after Computer Reboot, but in short time becomes sluggish to scroll, or scrolls in leaps or erractically jumps around.
as long as you Scroll slowly, the ListBox scrolls smoothly
if i read in a very large 10,000+ line Text File into the ListBox, it scrolls smoothly and very fast......if i AddItem 100 or to 1000 Lines, it eventually scrolls sluggish/jumpy,erratic.