Hi,
I want to simulate keyboard, so it will press alt+66 (it should show B):
keybd_event(VK_LMENU, 0, 0, 0);
keybd_event(VK_NUMPAD6, 0, 0, 0);
keybd_event(VK_NUMPAD6, 0, KEYEVENTF_KEYUP, 0);
keybd_event(VK_NUMPAD6, 0, 0, 0);
keybd_event(VK_NUMPAD6, 0...
Hi,
I use Borland C++ Builder 6 and I have two problems:
1. wchar_t wc = 0x3BD;
RichEdit1->Lines->Add(wc);
RichEdit displays "957" instead of Greek letter nu.
What I do wrong?
***
2. If I do this, font for all text is changed:
RichEdit1->Font->Name="Times...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.