Results 1 to 3 of 3

Thread: MDI code ?!?!

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    MDI code ?!?!

    what's da prb wid dis code, its not working properly

    VB Code:
    1. Private Sub MDIForm_Activate()
    2.     Frm_Info.Show
    3. End Sub
    4.  
    5. Private Sub MDIForm_Deactivate()
    6.     Frm_Info.Hide
    7. End Sub
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: MDI code ?!?!

    Try...

    VB Code:
    1. Private Sub MDIForm_Activate()
    2.     Me.Show
    3. End Sub
    4.  
    5. Private Sub MDIForm_Deactivate()
    6.     Me.Hide
    7. End Sub
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: MDI code ?!?!

    can't do dat, i want to hide/show Frm_Info which is not the Mdi Form itself, ne other bright ideas
    Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water

    Huzefa Yousuf
    Software Engineer
    Verticity Inc.
    +92-345-2235303

    [email protected]

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