D
Dave Cousineau
does anyone know how i can get screen coordinates for
forms, controls or that access window itself? i can use
DoCmd.MoveSize to change the position of a form using
relative coordinates, but not absolute screen coordinates,
or even absolute access coordinates
(what i want to do is make a form popup based on where the
user clicked. if i could just get current x, y coordiantes
for the controls the user is clicking that would suffice.)
maybe i have to resort to using a Win32API function, but
if so which one?
much thanks for your help
forms, controls or that access window itself? i can use
DoCmd.MoveSize to change the position of a form using
relative coordinates, but not absolute screen coordinates,
or even absolute access coordinates
(what i want to do is make a form popup based on where the
user clicked. if i could just get current x, y coordiantes
for the controls the user is clicking that would suffice.)
maybe i have to resort to using a Win32API function, but
if so which one?
much thanks for your help