I need to implement a dialog that expands to show more options with the press of a button like the Windows Colour Picker. How can I implement this in access? The form does not want to reduce width if it has controls in that area. How do I overcome this?
You could try this API: Public Declare Function MoveWindow Lib "user32" (ByVal hwnd As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Long) As Long