how static mdi child form to not movable
i create StudentForm as my mdi child form, what i suppose to do to let user unable to move my mdi child form to other location? i want it to be static location
Private Sub StudentToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StudentToolStripMenuItem.Click
StudentForm.Show()
StudentForm.MdiParent = Me
End Sub
some expert pls help me on this, thanks
Re: how static mdi child form to not movable
Thread moved from 'VB6 and Earlier' forum to 'VB.Net' (VB2002 and later) forum
For the benefit of others, lye85's profile says VB 2008