"DLGStretch is an object library that allows
dynamic modification of the size of the interface (Dialog Boxes,
Form Views, Property Sheets and Wizards) of applications
developed under MFC." |
If the application runs on a computer with very high
screen resolution, the user does not take any advantage of his
hardware and the software interface becomes ridiculously small. |
 |
On the contrary, if the application runs with
a computer with a small screen and low resolution, the interface
becomes too large and the application can no longer be used in a
normal way. |
Give your application the chance to recover
the best size and the best position for its windows.
|
DLGStretch improves the application
interface, allowing it to take the size wanted by the user
according to the resolution and the size of the his screen.
|
With DLGStretch, you
can design applications for everybody ! |
|
DESCRIPTION |
DLGStretch is available for
32-bit applications developed in C++ with the MFC library from
Microsoft Co. (MS-Windows and Windows-NT). |
DLGStretch can be integrated into your
application as a dynamic link library (DLL) or as a static
library (LIB).
|
DLGStretch supports Windows
and UNICODE platforms. |
DLGStretch is a royalty-free product.
|
DLGStretch includes a
complete user’s guide in PDF format and an example application
showing every functionality. |
DLGStretch includes an architecture of 6 MFC-derived classes : |
- DialogStretch : public CDialog
- PropertySheetStretch : public CPropertySheet
- PropertyPageStretch : public CPropertyPage
- FrameWndStretch : public CFrameWnd
- MDIChildWndStretch : public CMDIChildWnd
- FormViewStretch : public CFormView
|
DLGStretch is delivered
with its source code, which allows you to design your own MFC
classes and modify the proposed architecture. |