Lines Matching refs:MessageBox
602 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
912 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP); in SystemError()
954 MessageBox(GetFocus(), Buffer, "Error", in notify()
1148 MessageBox(hwndMain, in CreateBackground()
1336 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1519 MessageBox(hwnd, "Don't know Python's installation type", in CheckRootKey()
1581 MessageBox(hwnd, msg, "Cannot install", in SelectPythonDlgProc()
1732 MessageBox(GetFocus(), in OpenLogfile()
1739 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1751 MessageBox(GetFocus(), error, NULL, MB_OK | MB_ICONSTOP); in OpenLogfile()
1776 MessageBox(GetFocus(), subkey_name, "Could not create key", MB_OK); in OpenLogfile()
1792 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
1814 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
2199 MessageBox(0, msg, "Setup", MB_OK | MB_ICONERROR); in SpawnUAC()
2257 MessageBox(GetFocus(), "Bad user_access_control value", "oops", MB_OK); in DoInstall()
2364 MessageBox(GetFocus(), string, "Could not open key", MB_OK); in DeleteRegistryKey()
2368 MessageBox(GetFocus(), string, "Could not delete key", MB_OK); in DeleteRegistryKey()
2406 MessageBox(GetFocus(), string, "Could not open key", MB_OK); in DeleteRegistryValue()
2410 MessageBox(GetFocus(), string, "Could not delete value", MB_OK); in DeleteRegistryValue()
2466 MessageBox(GetFocus(), buffer, "uninstall-script", MB_OK); in Run_RemoveScript()
2488 MessageBox(NULL, in DoUninstall()
2495 MessageBox(NULL, in DoUninstall()
2504 MessageBox(NULL, in DoUninstall()
2537 if (IDYES != MessageBox(NULL, in DoUninstall()
2558 MessageBox(GetFocus(), in DoUninstall()
2617 MessageBox(NULL, buffer, "Uninstall Finished!", in DoUninstall()