I have vb form with some text boxes. These boxes updated when I pressed a command button. The values are taken from wsdl service. I want it automate so that when I press button it should continue updating until I press the stop button. I try to use Do While Loop but it stop working. So how can I code the application that the boxes should keep refreshing itself until I stop.