How can i reload/refresh the same form again without losing the data stored along with the form?

Recommended Answers

All 3 Replies

Use:

Me.Refresh()

I tried Me.Refresh(), but it just give me an empty screen.

I have also tried Me.Form1_Load(sender, e). But it gives me a peek of the picture and then display an empty screen.

What the program should do is rerun the whole thing again not losing the values.

Why don't you tell us what you're trying to do. You need to show effort, and what better way than posting the code that you have tried so far?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.