Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: z-order

104| Fri, 30 Nov 2007 09:26:00 GMT| drorfromdetroit| Comments (2)
Hello all,
I'm working on an app. that allows a user to scan a paper form, and then in a VB form, type some data on top of the scanned form (on the screen).
What I have so far is an image box (of the scanned item), and I'm trying to put a text box of an RTF box on top of it so they can type over the image.
BUT, the z-order problem is there, which means that text boxes are on a higher layer than the graphics. Only labels are equal to graphics, but I can't type in a label.

Any suggestions (to this weird problem) would be greatly appreciated.

Thanks.

Keywords & Tags: z-order, microsoft, visual basic, vb

URL: http://programmerbase.com/visual-basic/560826/
 
«« Prev - Next »» 2 helpful answers below.
but what is the problem, is it because
their higher so they wont print(the text box)

a way to do it, dunno if they'll like it:

just pop up an inputbox on a click of your label!!
and put the entered value in your label!!

what do you think,for the text box,if you put their
style to flat, are on the same level?

sebs | Tue, 04 Dec 2007 10:47:00 GMT |

Thanks sebs, and I'll see if it works.

drorfromdetroit | Tue, 04 Dec 2007 10:48:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories