星期六

使最小化窗体的窗体在还原时执行messagebox.show("已还原")
    Private Sub Form1_Resize(ByVal sender As ObjectByVal e As System.EventArgs) Handles MyBase.Resize
        
Static isFirstLoad = True
        
If isFirstLoad = False And WindowState = FormWindowState.Normal Then
            
MsgBox("ok")
        
End If
        isFirstLoad 
= False
    
End Sub

posted on 2006-06-29 16:43  星期六  阅读(276)  评论(0编辑  收藏  举报