I have a simple form with a treeview, 3 textboxes and a couple of buttons. The form has a jpeg image (filesize 55kb) as the background image.
PROBLEM: after clicking the treeview a couple times the background image appears to make a copy of itself and move up to the left whilst maintaining a copy in the correct position. When i minimize the form and then bring it back up it appears where it should be.
The background image layout is set to none.
i believe it is a refresh problem of sorts so i have created a button which
which makes the screen appear as it was intended.
help? ideas?
PROBLEM: after clicking the treeview a couple times the background image appears to make a copy of itself and move up to the left whilst maintaining a copy in the correct position. When i minimize the form and then bring it back up it appears where it should be.
The background image layout is set to none.
i believe it is a refresh problem of sorts so i have created a button which
VB.NET:
me.refresh
help? ideas?