Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The function removeAll() of class List causing problems.

Status
Not open for further replies.

Sun

Programmer
Aug 13, 1999
37
IN
I have a problem with the function removeAll() of class List,i.e.if i call removeAll() there is a flicker in the list box. Is there a way to avoid it.<br>
What I am trying to do is my list box contains the entries that are in the windows explorer.In short I am trying to make an explorer using the list box.I do not want to create a tree view.So when I click on a list item and if it is a directory i find the contents of that directory call removeAll() and again add the new Items to the list,this is when the flicker occurs which I do not want,<br>
Can u help me out with this.<br>
<br>
Thank you.<br>
<br>
- Sun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top