Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 1 / April 2006

Tip: Looking for answers? Try searching our database.

Expanding dialog

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 16 Apr 2006 23:42 GMT
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 - 17 Apr 2006 03:50 GMT
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.

>Hi
>
[quoted text clipped - 6 lines]
>
>Regards
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.