Home > Software engineering >  Come to consult the vb DLL failure problem of the timer
Come to consult the vb DLL failure problem of the timer

Time:10-21

Made a vb DLL, the DLL to add the forms and the timer, but the timer does not work, what reason?
The timer in the form1
Public Sub Timer1_Timer ()
MsgBox "test"
End Sub
In the class module:
The Function fun1 ()
Form1. Timer1. Enabled=True
End the Function
Caller:
Private Sub Command1_Click ()
Set a=New test7. Class1
A.f un1
End Sub
  • Related