Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

Rus/Eng

6.0K
25 марта 2008 года
Tramp
71 / / 25.07.2006
Как отобразить на форме выбранный язык?
и обновлять его во время переключения?
92
25 марта 2008 года
Тень Пса
2.2K / / 19.10.2006
Windows API: GetKeyboardLayoutName
Цитата:

The GetKeyboardLayoutName function retrieves the name of the active keyboard layout.

BOOL GetKeyboardLayoutName(

LPTSTR pwszKLID // address of buffer for layout name
);


Parameters

pwszKLID

Points to the buffer of at least KL_NAMELENGTH characters that is to receive the name of the keyboard layout, including the NULL terminator. This will be a copy of the string provided to the LoadKeyboardLayout function, unless layout substitution took place.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

Windows NT:

GetKeyboardLayoutName gets the name of the active keyboard layout for the system.

Windows 95:

GetKeyboardLayoutName gets the name of the active keyboard layout for the calling thread.

See Also

ActivateKeyboardLayout, LoadKeyboardLayout, UnloadKeyboardLayout



изменения отловить... ну наверно системными сообщениями.

6.0K
26 марта 2008 года
Tramp
71 / / 25.07.2006
Вот что получилось:

char RA[1024];
AnsiString Layout;
GetKeyboardLayoutName(RA);
Layout = StrPas(RA);
if (Layout == "00000419")
RusLat->Caption = "RUS";
if (Layout == "00000409")
RusLat->Caption = "ENG";
}
Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог