Nobody can help me ?
My program works with items like keys CTRL+C / CTRL+V and also with sending each character.
But I would have loved to have the direct method sending a text, if it is possible of course.
To show you what I've done, here's a draft of my program.
It is super simple to use, well I hoped
1 / Choose the IDE text you want to copy a SNIPPET "NotePad, NotePad++, CodeBlock, PB IDE, VC, etc. .." and put the cursor at the position where you want to copy SNIPPET
2 / Starting the program (Attention at the beginning the program is in the systray, you can modify like you want after)
3 / Click on "Select window"
4 / Click on the title bar of the selected IDE (The title should appear in the combo box at the bottom)
You can also directly select in the combo box if you don't want select by the mouse
5 / SNIPPET Select one of the categories in the TreeGadget (For each snippet selected, the comment appears at the bottom of the window)
6/ Double click it, the text should normally appear in your favorite IDE
- It is therefore for the moment, send the text by two different methods
- You can position the window of four ways (On the left side, she hides automatically as in the PB IDE, or in the systray, or free modal or free no-modal)
- You can adjust the speed at which it hides
- You can also choose the language
To do list
Find how to send a text cursor with the API (SendMessage or other)
The creation / deletion of snippets and classes
Detection of the language use (C, PB, Html, etc ...)
Make it pretty (icons, skins, etc ...)
And maybe other ideas along the way (From you or me, of course

) mainly if i can
http://passion.ne.free.fr/SnippetManagER.zip
Thank you for your interest.