I have a Macro that is opening a form in Dialog mode, is it possible to have a resizable bottom right corner so to resize the dialog form as the user see fit.
The problem is that [blue]acDialog[/blue] sets the [blue]Border Style[/blue] property of the form to [blue]Dialog, making the form manually unsizeable!
The easiest thing to is as follows
[ol][li]Set the following [blue]form properties[/blue]:
[ol a][li]Pop Up [purple]Yes[/purple][/li]
[li]Modal [purple]Yes[/purple][/li]
[li]Border Style [purple]Sizable[/purple][/li][/ol][/li]
[li]Remove [blue]acDialog[/blue] from your Docmd.OpenForm line and give it a whirl.[/li][/ol]
Be aware, the form will be sizable by all four sides.
Also, it may be possible to size the Dialog form by using the direction keys in conjunction with the [blue]MoveSize[/blue] method. I just hav'nt checked that out yet.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.