当前位置:
代码迷
>>
VB Dotnet
>> 在窗体的closing事件中,撤销关闭并隐藏,为什么没有最小化到任务栏
详细解决方案
在窗体的closing事件中,撤销关闭并隐藏,为什么没有最小化到任务栏
热度:
132
发布时间:
2016-04-25 02:03:57.0
在窗体的closing事件中,取消关闭并隐藏,为什么没有最小化到任务栏?
我在窗体的closing事件中,想取消关闭并隐藏用下面语句
Me.Hide()
e.Cancel = True
为什么窗体消失了,也没有最小化到任务栏?
------解决思路----------------------
Me.Hide()去掉试试。
frm.min试试。
------解决思路----------------------
Me.Hide() 这只是隐藏,不是最小化
this.WindowState= FormWindowState.Minimized 调这个
查看全文
相关解决方案
tomcat起步后spring自动关闭 Closing Spring root WebApplicationContext
LRM-00111: no closing quote for value '{"D:\oracl',该怎么处理
请问:filter过滤时报Missing closing parenthesis
bzoj4579[Usaco2016 Open]Closing the Farm--by lethalboy
关于emWin显示汉字出现“miss closing quote”的错误
xshell连接装有ubuntu的树莓派报错:Socket error Event: 32 Error: 10053. Connection closing...Socket close.
mybatis使用时出现javax.net.ssl.SSLException: closing inbound before receiving peer‘s close_notify的解决方法
javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify解决办法