Hi all. I'm a relatively young developer without any formal training so please pardon me if this question is stupid.
I created a program to search a database. You enter a value into a textbox and it queries the database searching for this value. Then it displays the results in a listview.
While the program is searching it's in a "Not Responding" state, and the program looks like it is frozen. Additionally you can not click any buttons like cancel.
So how would I add a cancel feature to the search?
Thanks much,
Paul
I created a program to search a database. You enter a value into a textbox and it queries the database searching for this value. Then it displays the results in a listview.
While the program is searching it's in a "Not Responding" state, and the program looks like it is frozen. Additionally you can not click any buttons like cancel.
So how would I add a cancel feature to the search?
Thanks much,
Paul
Comment