Thirteen Years of Service
Posts: 3,257
Threads: 163
RE: [VB.Net] Making a cool File/Directory Search 03-24-2013, 09:01 AM
#11
If the GUI stops responding use a separate thread to make the search.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
•
Thirteen Years of Service
Posts: 3,257
Threads: 163
RE: [VB.Net] Making a cool File/Directory Search 03-24-2013, 09:01 AM
#12
If the GUI stops responding use a separate thread to make the search.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: [VB.Net] Making a cool File/Directory Search 03-24-2013, 02:36 PM
#15
You should use the BeginUpdate() and EndUpdate() methods. It would help here...
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: [VB.Net] Making a cool File/Directory Search 03-24-2013, 02:36 PM
#16
You should use the BeginUpdate() and EndUpdate() methods. It would help here...
•