• Home
  • Raw
  • Download

Lines Matching refs:MessageBox

630     rc = MessageBox(GetFocus(), text, caption, flags);  in PyMessageBox()
956 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP); in SystemError()
998 MessageBox(GetFocus(), Buffer, "Error", in notify()
1192 MessageBox(hwndMain, in CreateBackground()
1380 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1563 MessageBox(hwnd, "Don't know Python's installation type", in CheckRootKey()
1625 MessageBox(hwnd, msg, "Cannot install", in SelectPythonDlgProc()
1776 MessageBox(GetFocus(), in OpenLogfile()
1783 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1795 MessageBox(GetFocus(), error, NULL, MB_OK | MB_ICONSTOP); in OpenLogfile()
1820 MessageBox(GetFocus(), subkey_name, "Could not create key", MB_OK); in OpenLogfile()
1836 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
1858 MessageBox(GetFocus(), buffer, "Could not set key value", MB_OK); in OpenLogfile()
2226 MessageBox(0, msg, "Setup", MB_OK | MB_ICONERROR); in SpawnUAC()
2286 MessageBox(GetFocus(), "Bad user_access_control value", "oops", MB_OK); in DoInstall()
2393 MessageBox(GetFocus(), string, "Could not open key", MB_OK); in DeleteRegistryKey()
2397 MessageBox(GetFocus(), string, "Could not delete key", MB_OK); in DeleteRegistryKey()
2435 MessageBox(GetFocus(), string, "Could not open key", MB_OK); in DeleteRegistryValue()
2439 MessageBox(GetFocus(), string, "Could not delete value", MB_OK); in DeleteRegistryValue()
2495 MessageBox(GetFocus(), buffer, "uninstall-script", MB_OK); in Run_RemoveScript()
2517 MessageBox(NULL, in DoUninstall()
2524 MessageBox(NULL, in DoUninstall()
2533 MessageBox(NULL, in DoUninstall()
2566 if (IDYES != MessageBox(NULL, in DoUninstall()
2587 MessageBox(GetFocus(), in DoUninstall()
2646 MessageBox(NULL, buffer, "Uninstall Finished!", in DoUninstall()