Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LanguageBar ActiveX Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
LanguageBar ActiveX Control
Divers
Thread ID:
01501098
Message ID:
01501098
Vues:
115
LanguageBar ActiveX control

- Displays currently selected input language for a process.
- Switches between available input languages.
- Locks selected input language preventing it from being accidentally changed.
- Allows linking input controls to specified languages (GotFocus).

Download fully functional demo version and Help file
http://www.news2news.com/vfp/?solution=7

A sample of usage:
*** Edit1.GotFocus Event
WITH ThisForm.LangCtl
	.InputLanguageLocked = .F.
	.InputLanguage = 'FR'
*	.SetInputLanguage(0)
	.InputLanguageLocked = .T.
ENDWITH
An input language for a process can be set by

- Double click on LanguageBar control
- Through selection in control's context menu
- By setting control's InputLanguage property
- By calling control's SetInputLanguage( nLangIndex ) method

LanguageBar control displays current input language even if a hosting form does not have the keyboard focus. Concurrently running LanguageBar instances do not create conflicts.
Répondre
Fil
Voir

Click here to load this message in the networking platform