知っていれば簡単ですが、知らないと苦労するものの一つです。 If App.PrevInstance Then MsgBox "既に起動されています。" Unload Me End End If
知っていれば簡単ですが、知らないと苦労するものの一つです。
If App.PrevInstance Then MsgBox "既に起動されています。" Unload Me End End If
If
App.PrevInstance
Then
MsgBox "既に起動されています。"
Unload Me
End
End If
DownLoad vbtips035.lzh 4KB (VB6.0)