473,657 Members | 2,516 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

entering internationaliz ed input

I have implemented an international text editor based on uniscribe, GDI &
GDI+.
While it display internationaliz ed text fine I realize user input are no
good.

So far what I do: I override Control.OnKeyPr essed(char keyCode);
I was expecting the appropriate char to be passed on.

Now I test with (very simple) french accent.
I was trying to type: 'ê' and I ended up with "[e"
So, how do I get a char which is a combination of multiple key strokes?

There must be an API for that, wouldn't it?

Nov 29 '05 #1
1 804
never mind, it seems to work in fact.
it's more like my current language setings changed automatically for some
reason without me being aware of it.... ?!?!

Now I keeps my eyes on the language tool bar and I could see it
changing.....

"Lloyd Dupont" <net.galador@ld > wrote in message
news:up******** *****@TK2MSFTNG P15.phx.gbl...
I have implemented an international text editor based on uniscribe, GDI &
GDI+.
While it display internationaliz ed text fine I realize user input are no
good.

So far what I do: I override Control.OnKeyPr essed(char keyCode);
I was expecting the appropriate char to be passed on.

Now I test with (very simple) french accent.
I was trying to type: 'ê' and I ended up with "[e"
So, how do I get a char which is a combination of multiple key strokes?

There must be an API for that, wouldn't it?

Nov 29 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2023
by: Andrew | last post by:
I keep getting a runtime error stating that this document.adddealer.dealertoadd.value = dealer; is null or not an object. I've rewritten the Function everyway I could think of, and couldn't find any thread examples of my problem. Here is my Function; <Script language="JavaScript"> <!--//hide function AddDealer(dealer) {
7
6825
by: JimO | last post by:
I teach HS computers and one of my kids has a web site with a textbox of info that the user can scroll down and read. The problem is that users can also enter text into it. Is there a way, or a better control, method, to prevent user from entering text? Thanks, Jim
2
2001
by: BerkshireGuy | last post by:
Is there a way to display what the expected format is before entering a control. For instance, if I have the input mask of 99/99/0000;0;#, it shows me ##/##/##, but only when I type the first character. Is there a way to have that display before I type anything?
2
2262
by: Pete | last post by:
Sorry for the ambiguity of my last post, What I am try to do is enter a 10 bit binary string eg: 1110001010 and then permute them into an array using an array containing 3,5,2,7,4,10,1,9,8,6 as the index, so the 1st bit will be in the P10_out, 2nd bit in P10_out and so on. I am sure the problem is to do with the input string, it is each 1 and 0 of the input is not being read as individual elements. Your help is much appreciated. ...
12
5168
by: Phoe6 | last post by:
The Program Fragment is this: int choice; /* Users Input Command */ .. .. .. printf("Enter a command: "); fflush(stdin); choice = getc(stdin); printf("\n");
12
23148
by: MeNotHome | last post by:
I need to be able to open up a URL and enter some data, press a button and then wait for the page to load and then click a check box and press another button. Is there a good example on the internet on how to do this with vb.net? Thanks for any help
5
12026
by: Hooyoo | last post by:
Hi, here. I write following codes: string password = Console.ReadLine(); I want users enter their passwords, but readline will show content of password when entering, so is there any way to show star(*) when entering?
5
1764
Deathwing
by: Deathwing | last post by:
Helll I am trying to figure out how to enter arguments throught he command line for a program I have created that is already working. I just want to adapt it to work at the command line. Here is the code. import random print\ """ #---------------# # RPG 1.0 # #---------------#
1
2250
by: Chris Carlen | last post by:
Hi: I'm writing a Python program, a hex line editor, which takes in a line of input from the user such as: -e 01 02 "abc def" 03 04 Trouble is, I don't want to split the quoted part where the space occurs.
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.