Connecting Tech Pros Worldwide Help | Site Map

Expanding dialog

John
Guest
 
Posts: n/a
#1: Apr 16 '06
Hi

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?

Thanks

Regards


Tom van Stiphout
Guest
 
Posts: n/a
#2: Apr 17 '06

re: Expanding dialog


On Sun, 16 Apr 2006 23:42:54 +0100, "John" <John@nospam.infovis.co.uk>
wrote:

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

The Window handle is Me.hWnd.

-Tom.

[color=blue]
>Hi
>
>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?
>
>Thanks
>
>Regards
>[/color]

Closed Thread