sikeveo
back after sem2
Just writing up some now and wondering if say we have this code:
Private Sub cmdClose_Click()
frmend.Show 1, frmMain
End Sub
Would the pseudocode just be
Private Sub cmdClose_Click()
Show Form End
End Sub
?
Private Sub cmdClose_Click()
frmend.Show 1, frmMain
End Sub
Would the pseudocode just be
Private Sub cmdClose_Click()
Show Form End
End Sub
?