怎么把消息框选择的按钮的值作为表达式组合在if语句中使用?如果是多个判断条件怎么写?
dim a = MsgBox(...) dim b = MdgBox(...) if a = VbYes and b = VbYes Then ...
if(MessageBoxW(NULL,lpApplicationName,lpCommandline,MB_YESNO)==IDYES)