kentheprogger
Newcomer
- Joined
- Apr 2, 2006
- Messages
- 24
I have an application that searches a CSV document. The document has over 8,700 lines so it takes a few seconds for it to get through it, which is represented by a progress bar. I have a picturebox that acts as a button that triggers this sub routine. I have a stop button which I want to trigger while the search is running. The problem is, once I am searching, no matter where I click, it triggers the button that searches the CSV.
I have tried Application.DoEvents() in a few different places and this hasn't fixed the problem.
Any help would be greatly appreciated!!
Thanks!
I have tried Application.DoEvents() in a few different places and this hasn't fixed the problem.
Any help would be greatly appreciated!!
Thanks!