Wierd behavor
Ok I've got a class consisting of several longs. I added a function to the class to parse information of the clipboard and store it in the variables contained within the class. I thin have a form which I created an instance of the class in. When I call the function to parse the information of the clip board and then assing the values stored in the classes variables to text boxes on the form. Here's the wierd part. The textboxes on the form only update one a at a time. So if the information parsed has to change 3 items I have to click the command button for parseing 3 times in order to have the textboxes reading the correct information. Anyone know how to fix this.