rlm@1: #ifndef VBA_WIN32_WINRESUTIL_H rlm@1: #define VBA_WIN32_WINRESUTIL_H rlm@1: rlm@1: #if _MSC_VER > 1000 rlm@1: #pragma once rlm@1: #endif // _MSC_VER > 1000 rlm@1: rlm@1: extern HMENU winResLoadMenu(LPCTSTR menuName); rlm@1: extern int winResDialogBox(LPCTSTR boxName, HWND parent, DLGPROC dlgProc); rlm@1: extern int winResDialogBox(LPCTSTR boxName, HWND parent, DLGPROC dlgProc, LPARAM lParam); rlm@1: extern CString winResLoadString(UINT id); rlm@1: extern CString winResLoadFilter(UINT id); rlm@1: rlm@1: #endif // VBA_WIN32_WINRESUTIL_H