以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]窗口如何缩放 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=58223) |
-- 作者:80帅兜 -- 发布时间:2014/10/14 10:04:00 -- [求助]窗口如何缩放 一个窗口,如果我按1440*900设计的所有控件位置。。当我换了个电脑变成1024*768分辨率。。。我想窗口能够自动显示滚动条,滑动显示超出部分。。这个能实现吗? [此贴子已经被作者于2014-10-14 10:25:46编辑过]
|
-- 作者:有点甜 -- 发布时间:2014/10/14 10:43:00 -- 你在afterLoad事件里面,加入如下代码
e.Form.BaseForm.Width = SysInfo.WorkingAreaWidth e.Form.BaseForm.Height = SysInfo.WorkingAreaHeight
http://www.foxtable.com/help/topics/0348.htm
|