摘要:
使用.Net编写Windows程序,对于窗体控制常见项目 属性:1、让窗体在启动时在指定位置出现 form1.StartPosition Manual CenterScreen WindowsDefaultLocation (default) WindowsDefaultBounds CenterParent // 父窗体的中间只有在窗体启动前设置才有效。 2、设置窗体的图标 form1.Icon... 阅读全文
posted @ 2009-08-20 14:05
錒飛
阅读(3850)
评论(0)
推荐(0)
摘要:
使用.Net编写Windows程序,对于窗体控制常见项目 1、让窗体在启动时在指定位置出现 form1.StartPosition Manual CenterScreen WindowsDefaultLocation (default) WindowsDefaultBounds CenterParent 只有在窗体启动前设置才有效。 2、设置窗体的图标 form1.Icon 3、设置该窗体成为多个... 阅读全文
posted @ 2009-08-20 14:04
錒飛
阅读(3485)
评论(0)
推荐(0)