Lines Matching refs:GetFocus
602 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
954 MessageBox(GetFocus(), Buffer, "Error", in notify()
1336 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
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()
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()
2558 MessageBox(GetFocus(), in DoUninstall()