/// Represents possible dialogbox command id values by the MB_GetString function.
private static extern string MB_GetString(int strId);
Declare Function MB_GetString Lib "user32.dll" (TODO) As TODO