Re: Help, keybd_event emulate a '?' character.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Check the fonts being used by those other programs. There are two parts to
displaying any given glyph: sending the right character or characters and
having the glyph in the font. Not every font will have that one.

To send characters themselves, look at WM_CHAR...

Paul T.

<bill35347@xxxxxxxxxxxxx> wrote in message
news:1130216630.564307.49460@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks Paul,
>
> Yes, it's a Euro symbol.
> Normally, this symbol was defined with combination key AltGr+E (or
> Alt+Ctrl+E) in Germany keyboard.
> I'm using keybd_event to simulate Alt+Ctrl+E:
>
> keybd_event(VK_MENU,0, 0, 0);
> keybd_event(VK_CONTROL ,0, 0, 0);
> keybd_event('E', 0, 0, 0);
> keybd_event('E', 0, KEYEVENTF_KEYUP, 0);
> keybd_event(VK_CONTROL,0,KEYEVENTF_KEYUP,0);
> keybd_event(VK_MENU,0, KEYEVENTF_KEYUP, 0);
>
> The Euro symbol will show up in PocketExcel BUT no character display in
> PocketWord or Notepad.
>
> I know the symbol was defined with Unicode code 0x20ac.
> Could you please show me how can i send out the Unicode code by using
> WinCE API?
> Thanks again.
>
> -Bill
>


.



Relevant Pages

  • Re: Missing glyph when using mathpazo
    ... cmr contains an appropriate glyph, ... The textcomp package does nothing more than declaring several characters ... still composed of the percent character and two subscript zeros. ... Palatino font contains a black square at the position where the ...
    (comp.text.tex)
  • Re: Missing glyph when using mathpazo
    ... cmr contains an appropriate glyph, ... The textcomp package does nothing more than declaring several characters ... still composed of the percent character and two subscript zeros. ... Palatino font contains a black square at the position where the ...
    (comp.text.tex)
  • Re: Missing characters/unusable font in Word 2004
    ... character number of a glyph is by its position in the table. ... very small font that contains few glyphs, so several of those positions are ... we're only interested in its Unicode value. ...
    (microsoft.public.mac.office.word)
  • Re: Sort ouy characters
    ... Why under Windows VISTA TextOutW with Arial font displays all characters normally, but under Windows XP not? ... procedure should retrieve a glyph index 0 for a character which doesn't ...
    (microsoft.public.vb.winapi)
  • Re: Rotated Text Help Needed
    ... > characters such that the top left corner of the character cell sits at the ... > character cell as well as the character glyph itself. ... > Having carried out a quick check (using much larger font sizes) I can see ...
    (comp.lang.basic.visual.misc)