Ok so i have 1 form called Form1.
There is a button on there called b2 and when that's clicked i need it to reload the whole form (form1). I can't figure out a way of doing this. If i do Form1.Exit() then load it or show i can't as it's gone and theres nothing to do it
So how can i reload the form?