HI All
Can someone pls tell me how?
THANK YOU
Here is a snippet of my code ( this code reside in my mdi parent form )
Can someone pls tell me how?
THANK YOU
Here is a snippet of my code ( this code reside in my mdi parent form )
VB.NET:
Sub SaveToolStripMenuItemClick(ByVal sender As Object, ByVal e As EventArgs)
If Me.ActiveMdiChild Is Nothing Then
messagebox.show("There is nothing to saved","Infor",messageboxbuttons.OK,messageboxicon.Information)
Else If UCASE(Me.ActiveMdiChild.Name) = "FRMEMPLOYEEWHEREABOUTLOCATOR" Then
??? WHAT DO I PUT HERE PLS????
End If
End Sub