|
kasusnya sepertinya mirip ini ya pak.. http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24046213.html ga tau tuh.. caranya jalan apa gak? silahkan coba aja.. Saya jg nyari.. aplikasi tambahan yg bisa buat Zoom form/window.. gak nemu nemu.. Sementara misal nemu kayak gitu saya pake di event window resize misal gini INTEGER li_height, li_width li_width = newwidth If newwidth < 2500 Then This.Width = 2500 li_width = 2500 - 36 End If li_height = newheight If newheight < 1500 Then This.Height = 1500 li_height = 1500 - 108 End If tab_1.Width = li_width - 50 tab_1.Height = li_height - 150 tab_1.page_1.dw_1.Width = li_width - 120 tab_1.page_1.dw_1.Height = li_height - 420 Saya pake tab page yg isinya data window. Akan menyesuaikan sesuai dengan ukuran screen ato MDI windownya.. bilie wrote:
__._,_.___ ----------------------------------------------- IndoPB - Indonesia PB User Group http://groups.yahoo.com/group/indopb
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- [indopb] Screen resolution bilie
- Re: [indopb] Screen resolution bhakti prabandyo
- Re: [indopb] Screen resolution bilie
- Re: [indopb] Screen resolution Hermawan Dephe
- Re: [indopb] Screen resolution bhakti prabandyo
- Re: [indopb] Screen resolution Hermawan Dephe
