Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2 weeks ago
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.
a week ago
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.
a week ago
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.