Hi all,
is it possible to get the position of a control in a dialog, that is defined in a compiled resource file on runtime ?
I need to know the coordinates where the control is placed inside the dialog.
is it possible to get the position of a control in a dialog, that is defined in a compiled resource file on runtime ?
I need to know the coordinates where the control is placed inside the dialog.
DEFINE DIALOG oDlg ....
REDEFINE BROWSE oBrw OF oDlg
...
...
aRect := GetCoordinates (oBrw)kind regards
Stefan
Stefan