Apr 4, 2006 #1 Adamh91 Programmer Apr 4, 2006 1 US Hi, i was wondering if you could tell me how to find the x and y position of a label in my form? :S Thanks.
Hi, i was wondering if you could tell me how to find the x and y position of a label in my form? :S Thanks.
Apr 4, 2006 #2 Nordlund Programmer Jul 17, 2001 458 SE Use Label.Left and Label.Top to get the position of the label. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -"There is always another way to solve it, but I prefer my way. Upvote 0 Downvote
Use Label.Left and Label.Top to get the position of the label. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -"There is always another way to solve it, but I prefer my way.