Closing Forms/ Refreshing Forms

yogiwales

Newcomer
Joined
Jan 23, 2003
Messages
21
Location
Cardiff, Wales - UK
Hi, i'm new to vb.net. I have multiple forms, I open my form up and the values are loaded in through the _Load sub which is great, i then use .hide and .show to display the form again. The problem is that the old values are displayed and not the newest ones. How can i refresh the values, i'm sure i read somewhere that there's a sub where u can put refresh calls in?? i have a sub to refresh the values it just needs to be called when the .show is called.

Thanks

Yogi
 
Back
Top