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

    button into RichEdit

    button in RichEdit How to place the button on RichEdit so that that button can work? Thanks
  2. alex14

    implement license checking in intranet

    How can communicate (for license check)the instances of my app via intranet network? How can communicate the instances of my app via intranet so that it would be impossible to install the application with the same registration number in intranet? Of course, one can install but it should determin...
  3. alex14

    buttons on tooltip

    How to place buttons on tooltip so that I can assign some action to them? Thanks
  4. alex14

    convert(map) the characters of US keyboard into Greek letters

    How to convert the characters of US keyboard into Greek letters or how to type the Greek letters with US keyboard ? For example, you have selected Greek as e source language and you type in the edit box the letter "a". How to chang it to the Greek letter "alpha" ? Thanks
  5. alex14

    How to redistribute MS Speech SDK TTS with the application?

    How to redistribute MS Speech SDK TTS with the application? Which files from MS Speech SDK should I redistribute (and how to install them on client's sytem) so that my application can use TTS? Thanks
  6. alex14

    "keyboard layout changed" event

    How can I catch an event in my application when user changes/changed language (for instance, from En to Fr or De) in system tray area or with ALT+SHIFT? Thanks
  7. alex14

    how to use *.fon font

    How can one use *.fon font in VC++ application? How to load fon font? Thanks
  8. alex14

    How can I get rid of annoying sounds when Up arrow key is pressed?

    How can I get rid of annoying sounds when Up or Down arrow key is pressed in CRichEditCtrl derived control? I overrided OnGetDlgCode in my CRichEditCtrl derived class. It looks: UINT CInputRichEdit::OnGetDlgCode() { return DLGC_WANTARROWS|DLGC_WANTALLKEYS|DLGC_WANTCHARS|DLGC_WANTMESSAGE; }...
  9. alex14

    Where can I find the implementation of B-tree algorithm?

    I want to write my own B-tree file access routines (for indexed file access) with VC++, but I can't find anything about the best way to do it etc etc... Does anybody know where I could find any information or example about that?
  10. alex14

    How can i get SELECTED text from another application?

    Description: My application has registered hot key (done with help of RegisterHotKey). After pressing hot key combination I simulate (with help of SendInput) Ctrl+Insert keyboard input and then I read clipboard. This works well if user presses hot key combination in MS Word or in Notepad but...

Part and Inventory Search

Back
Top