Ok now it works but not as i want. I have my button to change IPAddress on main form and one more form with parameters which i wanna change IPAddress. Now if i start debuging and click button for change IPAddress, the IP changed, but if you first go to second form and then back to main and click button, the IP wont change. As soon as second form is open, ip change button dont work anymore.
Now if u have more IPs to change u need to stop debuging and start it again to change IP. Its possible to close the form with "back" button completely? I think thats the problem, because already open form is running in the back.
And one more question for Archie. How its about data, only open form get data, or all forms getting data although you havent seen them. A asking this because of a cellular 3g data usage.
It works correctly with multiple ip change if you open .exe file and add Me.Close() to my back button for close form.