RestoreDown button

craigachan

Registered User.
Local time
Yesterday, 21:00
Joined
Nov 9, 2007
Messages
285
Can someone help me with code for RestoreDown. Sometimes the restoredown iconis too small for my users. So I need to place a bigger icon button on my form. But I can't find any information on what the code for 'Restoredown' is. Does anyone know what it is?
 
Is this what you are looking for?
Code:
docmd.restore

Chris
 
No, what I mean is Restore Down. It's the buttom that sizes down the active window. It's found between the minimize and close command button in the upper right. We use the Restore Down button so that we can move the window to a second or third monitor.

Any ideas?
 
No, what I mean is Restore Down. It's the buttom that sizes down the active window. It's found between the minimize and close command button in the upper right. We use the Restore Down button so that we can move the window to a second or third monitor.

Any ideas?
Maybe I'm missing something but I don't see how the suggestion I gave is any different to what you are asking for. The vba help says this "The Restore action has the same effect as clicking the Restore button in the window's upper-right corner or clicking the Restore command on the window's Control menu." and when I try it it seems to do the same as clicking on the icon with a picture of one square overlapping another (no idea what it's actually called).

Chris
 

Users who are viewing this thread

Back
Top Bottom