各位高手 if Messagebox("是否提交?",1+32=0+0,"系统提示")=1 then.... 这句啥意思,其中1+32=0+0啥意思

解决方案 »

  1.   

    if Messagebox("是否提交?",1+32+0+0,"系统提示")=1 
    http://chemedev.mit.edu/help/help65_designer.nsf/2e73cbb2141acefa85256b8700688cea/9b1f846eb4b4820285256e00004a2975?OpenDocument
      

  2.   

    MessageBox ( message [ , [ buttons + icon + default + mode ] [ , boxTitle ] ] )MB_OKCANCEL 1  OK and Cancel 
    MB_ICONQUESTION 32  Question  
    MB_DEFBUTTON1 0  First button 
    MB_APPLMODAL 0 Application modal. Stops the current application until the user responds to the message box.意思就是带问号的提示框,按钮有ok和cancel,第一个按钮为默认,模态。