Search results for query: *

  1. I

    Question To restore the child windows from windows menu

    Private Sub mnuWindowsArrangeIcons_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuWindowsArrangeIcons.Click Me.LayoutMdi(MdiLayout.ArrangeIcons) Dim fd As New OpenFileDialog() fd.DefaultExt = "*.*" fd.ShowDialog() End Sub Yeah...
  2. I

    Question To restore the child windows from windows menu

    http://www.vbdotnetforums.com/showthread.php/7876-MdiList-Restore-Minimized-form?p=23425 Yeah after the debugging only I posted the query here . The above link already have the query that i asked for. Please ANYONE HELP ME ASAP.
  3. I

    Question To restore the child windows from windows menu

    To restore the child windows from windows menu when clicked below the ArrangeIcons MdiList in VB.Net. Private Sub frmMain_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize If Me.WindowState = FormWindowState.Normal And sysShowWindowsTaskBar = 0 Then...
Back
Top