I currently have this code:
that code makes it so that the program ends when form 1 is exactly to the right side of form 2 it ends. how to i make it so that if its in range of about 100, it will still endCode:If frm1.Left = frm2.Left + frm2.Width Then End End If
i hope my question was clear
thanks in advance




Reply With Quote