import ctypes text = 'Using MB_SYSTEMMODAL' title = 'Some Title' ctypes.windll.user32.MessageBoxW(0, text, title, 0x1000) MB_SYSTEMMODAL (0x1000) has the ...
確定! 回上一頁