Results 1 to 3 of 3

Thread: [RESOLVED] [02/03] mdi child

  1. #1

    Thread Starter
    Hyperactive Member binilmb's Avatar
    Join Date
    Nov 2005
    Location
    Kochi
    Posts
    472

    Resolved [RESOLVED] [02/03] mdi child

    I have set the ismdicontainer of form1 and in the menu click event i give the below code
    VB Code:
    1. Private Sub mnuReg_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuReg.Click
    2.         Dim FC As New form2
    3.         FC.MdiParent = Me
    4.         FC.TopMost = True
    5.         FC.Show()
    6.     End Sub

    but it is not acting as mdi child

    help please
    ßįňįl

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: [02/03] mdi child

    Nothing worng with the code AFAIK.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    Hyperactive Member binilmb's Avatar
    Join Date
    Nov 2005
    Location
    Kochi
    Posts
    472

    Re: [02/03] mdi child

    thanks 4 ur reply
    ya now its working dont know what was the problem
    ßįňįl

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