G Guest Mar 15, 2004 #1 i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas?
i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas?
M Marcin Floryan Mar 15, 2004 #2 How about Setting panelA.Left and panelA.Top ? Marcin Floryan bill said: i need to compute the location of a panel control but can't find the Click to expand... syntax to set the X,Y coordinates. Any ideas?
How about Setting panelA.Left and panelA.Top ? Marcin Floryan bill said: i need to compute the location of a panel control but can't find the Click to expand... syntax to set the X,Y coordinates. Any ideas?
H Herfried K. Wagner [MVP] Mar 15, 2004 #3 * "=?Utf-8?B?YmlsbA==?= said: i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas? Click to expand... Set the control's 'Left' and 'Top' properties individually, or assign a new instance of 'Point' to its 'Location' property.
* "=?Utf-8?B?YmlsbA==?= said: i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas? Click to expand... Set the control's 'Left' and 'Top' properties individually, or assign a new instance of 'Point' to its 'Location' property.