Help.......
-
Hi... How do Change the location of, for example a textbox? I Know u Can do it when you place the textbox. But if you wat to do it during runtime, how do u do it? Code used: TextBox1.Location.X = 10 Error message: Expression is a value and therefore cannot be the target of an assignment. /Fleischen
-
Hi... How do Change the location of, for example a textbox? I Know u Can do it when you place the textbox. But if you wat to do it during runtime, how do u do it? Code used: TextBox1.Location.X = 10 Error message: Expression is a value and therefore cannot be the target of an assignment. /Fleischen
Fleischen wrote: How do Change the location of, for example a textbox? I Know u Can do it when you place the textbox. But if you wat to do it during runtime, how do u do it? Change the
.Left
and.Top
values. -Nick Parker