Is there any event that indicates form rendering has completed?
I want to reposition/resize a form based on the available space in the main access window. In the [tt]Form_Load[/tt] event, if I do:
...that should move the form to the very top left of the main access window under the menubars and toolbars. The problem is the [tt]Form_Load[/tt] event is firing before the toolbars not applicable to the form are removed and I end up having a gap between the top of the form and the closest toolbar equal to the size of the removed toolbar.
I want to reposition/resize a form based on the available space in the main access window. In the [tt]Form_Load[/tt] event, if I do:
Code:
Me.Move 0, 0