Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: {CONNECT C++} "MSGBOX_ICON_CRITICAL" definition

$
0
0

[quote user="Zhen Li"]I can not find "MSGBOX_ICON_CRITICAL" definition[/quote]

The design of MDL relied on a huge number of #define statements in the public namespace.

The MicroStationAPI rationalises many of those into enumerations.

Try the MessageBoxIconType enum, which you'll find in NotificationManager.h...

#include <NotificationManager.h>
mdlDialog_openMessageBox(DIALOGID_MsgBoxOK , L"LA Solutions", MessageBoxIconType::Critical);

Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>