Redian新闻
>
VB.Net 问题:Form 自动消失
avatar
VB.Net 问题:Form 自动消失# DotNet - 窗口里的风景
M*r
1
作了一个简单的"Hello World" Form,用F5起来,没问题。
然后加了个module,内容如下:
*************************************
Module MainModule
Dim frm1 As New frmLogin1()
Sub Main()
If PrevInstance() Then
msg = "This Program is already running. Please shut down the
currently running"
msg = msg & " process before starting a new one"
MsgBox(msg, vbInformation)
Exit Sub
Else
Startapplication()
End If
End Sub
Function PrevInstance()
avatar
G*T
2
Sub Startapplication()
application.run(frm1)
frm1.dispose()
MsgBox(PrevInstance().ToString)
End Sub

【在 M*******r 的大作中提到】
: 作了一个简单的"Hello World" Form,用F5起来,没问题。
: 然后加了个module,内容如下:
: *************************************
: Module MainModule
: Dim frm1 As New frmLogin1()
: Sub Main()
: If PrevInstance() Then
: msg = "This Program is already running. Please shut down the
: currently running"
: msg = msg & " process before starting a new one"

avatar
f*h
3
gt dude hehe

【在 G**T 的大作中提到】
: Sub Startapplication()
: application.run(frm1)
: frm1.dispose()
: MsgBox(PrevInstance().ToString)
: End Sub

avatar
G*T
4

fryingfish,
d
u
d
e

【在 f********h 的大作中提到】
: gt dude hehe
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。