M
Marc
Hi guys,
I have a selection of dynamically created controls on a form. I want to
be able to check the location of any of these controls and comare them
with the location of another control.
(This is actually to replicate the windows desktop drag-drop
functionality).
As an example I need something like:
If me.Controls.(??any control location????) = theButton.Location
Any ideas how i can do this....
I have a selection of dynamically created controls on a form. I want to
be able to check the location of any of these controls and comare them
with the location of another control.
(This is actually to replicate the windows desktop drag-drop
functionality).
As an example I need something like:
If me.Controls.(??any control location????) = theButton.Location
Any ideas how i can do this....