Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. goodieng

    keybd_event and alt+#

    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...
  2. goodieng

    richedit and tchar_w problem

    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...

Part and Inventory Search

Back
Top