D
Dean Slindee
I have a child form painted within a parent form. I would like to get the
X,Y location of the child form on the desktop, but when I use the following
statements, .Location returns 0,0.
Dim ptChildForm As New Point
ptChildForm = Me.Location
Thanks in advance,
Dean S
X,Y location of the child form on the desktop, but when I use the following
statements, .Location returns 0,0.
Dim ptChildForm As New Point
ptChildForm = Me.Location
Thanks in advance,
Dean S