I know how to use the MouseMove event, understand the logic behind the MouseDown/Up events. However, there seems to be a more advanced level, e.g. combining those 3 events to create a Drag&Drop opportunity for controls which don't initially have it (e.g. ListBox does). And I need to understand the structure of those events a bit deeper.
So, I'm trying to understand the 4 parameters in the title of those events sub ; Button, Shift, X, Y. There seems to be enough documentation for the first two but no explanation for X and Y, e.g. passing two numerical values as X and Y, what will they do exactly ? Are those values directly intended to be linked with the Left & Top properties of the controls or is this just one of the possibilities ?
I would appreciate your feedback. Thanks in advance.
So, I'm trying to understand the 4 parameters in the title of those events sub ; Button, Shift, X, Y. There seems to be enough documentation for the first two but no explanation for X and Y, e.g. passing two numerical values as X and Y, what will they do exactly ? Are those values directly intended to be linked with the Left & Top properties of the controls or is this just one of the possibilities ?
I would appreciate your feedback. Thanks in advance.