Ever experience something like this? When you do a find in VB6, the dialog box is way up on the top of the screen. I move it and continue to do the find, the dialog box gets move right to the top of the screen again.
Printable View
Ever experience something like this? When you do a find in VB6, the dialog box is way up on the top of the screen. I move it and continue to do the find, the dialog box gets move right to the top of the screen again.
I'm not at all sure it was the same thing, but I had a similar problem once that turned out to be a corruption in my mouse driver software (which I had to re-install)
When Vb finds the search pattern you requested, if it's behind the find form...it moves the find form out of the way of the found searched string..allowing the user to see where the search string was located properly..otherwise it looks like it didn't work if it's hidden behind the form.
hope this is what you were askin about.