RE: Visual Basic 2008 - Reloading/Refreshing Same form
I believe this will be due to Refresh() only refreshing the graphical elements of the form. If you want to rerun code you'll want to make the button perform a Call function.
However this won't empty the listbox(i presume that's what you're using) and will just append the results to it, you'll need to clear it first.
This post was edited on 12-14-2008 at 08:46 PM by vaccination.
|