2025-02-21 07:39 AM
I am making Modal Dialog By Archicad27 API.
Windows 10 and VisualStudio C++2019.
I hope get Window HWND from dialID.
Pilease teach me.
Solved! Go to Solution.
2025-02-26 02:29 PM
You can get the HWND of a dialog by calling the
DG_DLL_EXPORT void* CCALL DGGetDialogWindow (short dialId)
function.
The return value should be casted to HWND. This function returns an NSWindow* on macintosh.
2025-02-26 02:29 PM
You can get the HWND of a dialog by calling the
DG_DLL_EXPORT void* CCALL DGGetDialogWindow (short dialId)
function.
The return value should be casted to HWND. This function returns an NSWindow* on macintosh.