|
-
Nov 6th, 2009, 07:09 AM
#1
Thread Starter
Member
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
-
Nov 6th, 2009, 07:11 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|