Lines Matching refs:GetFocus
630 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
998 MessageBox(GetFocus(), Buffer, "Error", in notify()
1380 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
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()
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()
2587 MessageBox(GetFocus(), in DoUninstall()