cyprus106
Programmer
- Apr 30, 2001
- 654
I've got somewhat of an awkward problem that I've never come across before. I created a search utility to go through a grid and highlight the item that the user wants to find. The code works great, but once the first cell is highlighted, I have the thread Suspend() until the user clicks the "Find Next" button, at which point in time I call Resume() on the thread and let it find the next cell with the matching criteria. Unfortunately, I call resume and nothing happens. I noticed in the minimal documentation that you hvae to call resume as many times as you called suspend, but i only suspended once, but calling resume still does nothing? Can anyone help? Thanks!
Cyprus
Cyprus