Dave Posted April 17, 2003 Posted April 17, 2003 I have a routine which adds controls to a panel at run-time. Is it possible to detect, when adding a new control, if it overlaps one which has previously been added? Quote
Moderators Robby Posted April 17, 2003 Moderators Posted April 17, 2003 You can use Left,Top,Height,Width of the previous control to determine where it is located prior to adding a new control. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.