Quote Originally Posted by groston View Post
I have a Windows form program that gets some XML data from the cloud (more on this below), processes in, then modifies the form to display the data (via the Paint event which makes sense and which should be triggered by my call to Me.Refresh).
And yet there's no Refresh call in the code you posted, so how are we supposed to determine what's wrong?