精华区
[
关闭
][
返回
]
当前位置:
网易精华区
>>
讨论区精华
>>
编程开发
>>
● VFP
>>
〖界面设计〗
>>
没有标题的表单
主题:没有标题的表单
发信人: foxzz()
整理人: hunter__fox(2002-03-16 22:47:22), 站内信件
请参考:
1、在VFP6中:titlebar=0
2、在VFP6以下版本中,表单设置为"无边框"
closable=.f.
moveable=.f.
controlbox=.f.
maxbutton=.f.
minbutton=.f.
caption=""
[
关闭
][
返回
]