2012-10-15 11:09 AM - last edited on 2023-08-02 04:58 PM by Doreena Deng
2012-10-15 01:07 PM
atila-diffusion wrote:The third and fourth parameters are pointers to the width and height of the given dialog. If either of these pointers are NULL, that value is not returned.
This is the syntax -> "DGGetDialogSize(cntlDlgData.dialID, DG_ORIGFRAME, NULL, NULL);"
short width; short height; DGGetDialogSize (cntlDlgData.dialID, DG_ORIGFRAME, &width, &height);Regards,
2012-10-15 01:44 PM
2012-10-15 02:12 PM
2012-12-12 09:18 AM