Home All Groups Group Topic Archive Search About
Author
13 Oct 2005 1:07 PM
Jim Robb
I have two picture boxes, one overlaying the other. The problem is, the
textbox on the bottom picture box overlays the text box of the picture box on
top. I'm sure it must be a property problem but I 'm fairly new to VB and I
can't see it. Does anyone have any ideas?
Thanks.

Author
13 Oct 2005 1:18 PM
Douglas Marquardt
Hi Jim:

Sounds to me like the textbox is not "contained" by the bottom picturebox?
Try cutting the textbox to the clipboard, selecting the bottom picturebox,
and then pasting the textbox -- that should cause the textbox to be
contained by the bottom picturebox.

hth,

Doug.

Show quoteHide quote
"Jim Robb" <JimR***@discussions.microsoft.com> wrote in message news:58A1961C-9B2E-42CB-8754-4673F5CB53A2@microsoft.com...
> I have two picture boxes, one overlaying the other. The problem is, the
> textbox on the bottom picture box overlays the text box of the picture box on
> top. I'm sure it must be a property problem but I 'm fairly new to VB and I
> can't see it. Does anyone have any ideas?
> Thanks.