۰۲-شهریور-۱۳۸۷, ۰۰:۴۳:۳۴
۰۲-شهریور-۱۳۸۷, ۱۲:۳۸:۴۹
if form2.visible = True then msgbox "Load" Else "Unload"
۰۲-شهریور-۱۳۸۷, ۱۸:۱۴:۰۴
far_222000 نوشته است:if form2.visible = True then msgbox "Load" Else "Unload"
visible چه ربطی به لود بودن داره ؟
خوب شاید فرم لود شده باشه ولی اینویزش کرده باشن !
۰۲-شهریور-۱۳۸۷, ۲۰:۴۳:۴۴
با سلام
مثال :
کد:
Public Function IsLoad(Name As String) As Boolean
Dim fcount As Integer, i As Integer
fcount = Forms.Count - 1
For i = 0 To fcount
If UCase$(Forms(i).Name) = UCase$(Name) Then
IsLoad = True
Exit For
End If
Next
End Function
کد:
If IsLoad("Form1") Then Msgbox "Loaded" ' Form load