Foxtable(狐表)用户栏目专家坐堂 → 请教袍大师


  共有2258人关注过本帖树形打印复制链接

主题:请教袍大师

帅哥哟,离线,有人找我吗?
有点甜
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:版主 帖子:85326 积分:427815 威望:0 精华:5 注册:2012/10/18 22:13:00
  发帖心情 Post By:2018/2/22 21:11:00 [显示全部帖子]

以下是引用sunion在2018/2/22 21:07:00的发言:
请问打开速度在哪里控制?

 

e.Form.TimerInterval = 1
static n As Integer = 1
static n1 As Integer = 1
n = n + 5
n1 = n1 + 5

Dim x As Integer = (SysInfo.WorkingAreaWidth - e.Form.width) / 2
Dim y As Integer = (SysInfo.WorkingAreaHeight - e.Form.height) / 2
e.Form.SetBounds(x,y,n,n1)
If n > 300 Then
    e.Form.TimerEnabled = False
End If

 

http://www.foxtable.com/webhelp/scr/1301.htm

 


 回到顶部