How can I restore a minimized document to its original size in a mdi form
is this tough to do?
I haven't tried this, but it may work. Code: myMdiForm.WindowState = vbNormal
myMdiForm.WindowState = vbNormal
Iain, thats with an i by the way!
Forum Rules