Results 1 to 2 of 2

Thread: how static mdi child form to not movable

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2009
    Posts
    43

    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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width