Jul 28, 2004 #1 nomi2000 ISP Feb 15, 2001 676 CA Hi guys I want to change the position of say a LABEL at run-time how i can do this? I check the STYLE property but its read-only Thanks Nouman Nouman Zaheer Software Engineer MSR
Hi guys I want to change the position of say a LABEL at run-time how i can do this? I check the STYLE property but its read-only Thanks Nouman Nouman Zaheer Software Engineer MSR
Jul 28, 2004 #2 marinero Programmer Mar 30, 2004 33 PR label1.Location.X = ...; label1.Location.Y = ...; Upvote 0 Downvote
Jul 29, 2004 1 #3 Joulius Programmer Dec 16, 2003 215 RO label1.Attributes.Add("style", "position:absolute; ...") Upvote 0 Downvote
Jul 29, 2004 Thread starter #4 nomi2000 ISP Feb 15, 2001 676 CA Thanks Jouilius Nouman Zaheer Software Engineer MSR Upvote 0 Downvote