Ok essentially I have code that finds the devices width and height defined as :
pScreenWidth
pScreenHeight
Now if possible I want to take Panel1 and set it to match those numbers.
I've tried using this code in Designer Scripts with no luck:
Panel1.Width = pScreenWidth
Panel1.Height = pScreenHeight
it does not work. Is what I'm attempting impossible? Should it be done in the Module?
Very sorry for all my newb like questions, but you gotta learn somewhere, somehow!
pScreenWidth
pScreenHeight
Now if possible I want to take Panel1 and set it to match those numbers.
I've tried using this code in Designer Scripts with no luck:
Panel1.Width = pScreenWidth
Panel1.Height = pScreenHeight
it does not work. Is what I'm attempting impossible? Should it be done in the Module?
Very sorry for all my newb like questions, but you gotta learn somewhere, somehow!