G
Geraldine Hobley
Hi,
I'm having a problem with an mdi form that keeps going
to the background. I wish it to stay to the foreground all
the time.
the code I have to display the form is as follows:
Public childform As New frmMyform
childform.MdiParent = Me.MdiParent
childform.Location = New System.Drawing.Point(400, 350)
childform.show.
the topmost property of the childform is set to true
Any ideas of what I can do to keep this childform to the
foreground all the time.
thanx
Geraldine.
I'm having a problem with an mdi form that keeps going
to the background. I wish it to stay to the foreground all
the time.
the code I have to display the form is as follows:
Public childform As New frmMyform
childform.MdiParent = Me.MdiParent
childform.Location = New System.Drawing.Point(400, 350)
childform.show.
the topmost property of the childform is set to true
Any ideas of what I can do to keep this childform to the
foreground all the time.
thanx
Geraldine.