Difference between revisions of "3rd:Layout control"
From wiki.visual-prolog.com
(New page: A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the en...) |
m |
||
Line 1: | Line 1: | ||
A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the end-user.<br> | A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the end-user.<br> | ||
It replaces <b>SplitN_Control</b>.<br> | |||
To download the DLL, glue code, and example, please visit: | |||
http://www.acsumama.com/VIPDeveloper/layout.htm | http://www.acsumama.com/VIPDeveloper/layout.htm | ||
[[Image:layout7.jpg]] | [[Image:layout7.jpg]] |
Revision as of 21:09, 13 January 2011
A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the end-user.
It replaces SplitN_Control.
To download the DLL, glue code, and example, please visit:
http://www.acsumama.com/VIPDeveloper/layout.htm