DOes DESIGNER LAYOUT CAN USE 100%,30%?
like 3 buttons in Panel1
set Panel1 size=100%
button1 left=5%
button1,button2,button3 with=25%
button2.left=5%
5%+button1 25%+5% +button2 25%+5% button3 25%+ 5%
how to set by DESIGNER tools?
how to open?layout.bal
i want to create a layout by vb6.exe or python
and i create a bas file to auto set controls size,like:
dim appwidth as long
button1.left=appwidth*0.05 (5%)
button1.width=appwidth*25%
like 3 buttons in Panel1
set Panel1 size=100%
button1 left=5%
button1,button2,button3 with=25%
button2.left=5%
5%+button1 25%+5% +button2 25%+5% button3 25%+ 5%
how to set by DESIGNER tools?
how to open?layout.bal
i want to create a layout by vb6.exe or python
and i create a bas file to auto set controls size,like:
dim appwidth as long
button1.left=appwidth*0.05 (5%)
button1.width=appwidth*25%