Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to use regex to match this string? Pin
Christian Graus20-Feb-05 10:18
protectorChristian Graus20-Feb-05 10:18 
GeneralToggle Languages in MDI Form Pin
ye win zaw19-Feb-05 19:16
ye win zaw19-Feb-05 19:16 
QuestionHow do i listen to the desktops windows messages? Pin
FocusedWolf19-Feb-05 16:10
FocusedWolf19-Feb-05 16:10 
AnswerRe: How do i listen to the desktops windows messages? Pin
FocusedWolf19-Feb-05 16:12
FocusedWolf19-Feb-05 16:12 
QuestionApplication start at boot time? Pin
bmk_shepherd19-Feb-05 14:44
bmk_shepherd19-Feb-05 14:44 
AnswerRe: Application start at boot time? Pin
Luis Alonso Ramos19-Feb-05 18:41
Luis Alonso Ramos19-Feb-05 18:41 
GeneralKey intercepts Pin
Esmo200019-Feb-05 13:24
Esmo200019-Feb-05 13:24 
GeneralRe: Key intercepts Pin
Luis Alonso Ramos19-Feb-05 18:45
Luis Alonso Ramos19-Feb-05 18:45 
Esmo2000 wrote:
Where should I be running the interpretation code from?

Your hook procedure must reside in a DLL by itself. I recommend you put in this DLL the least possible amount of code, because it will be injected into every process.

It really doesn't matter (in terms of slowing down the computer) if your program (the one that installs the hook) is a service or a regular app, since it will only run once. But a service has de added benefit of capturing text while no user is logged on (eg. the logon sceen -- correct me if I'm wrong.)

I would reccomend writing your DLL in plain old C/C++ (without the .NET or MFC) because it (and the DLLs it requires) will be loaded into every process.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: Key intercepts Pin
Esmo200021-Feb-05 13:22
Esmo200021-Feb-05 13:22 
GeneralRe: Key intercepts Pin
Luis Alonso Ramos21-Feb-05 14:16
Luis Alonso Ramos21-Feb-05 14:16 
GeneralRe: Key intercepts Pin
S. Senthil Kumar20-Feb-05 8:41
S. Senthil Kumar20-Feb-05 8:41 
GeneralCreate Registry Key during theInstallation Pin
Sasuko19-Feb-05 11:27
Sasuko19-Feb-05 11:27 
GeneralRe: Create Registry Key during theInstallation Pin
xpmule20-Feb-05 17:01
xpmule20-Feb-05 17:01 
GeneralRe: Create Registry Key during theInstallation Pin
Kodanda Pani22-Feb-05 1:03
Kodanda Pani22-Feb-05 1:03 
QuestionQuesions in this.Controls.Remove()/Add() ?? Pin
luckyShek19-Feb-05 10:13
luckyShek19-Feb-05 10:13 
GeneralSimple Question Pin
Shady Aly19-Feb-05 7:59
Shady Aly19-Feb-05 7:59 
GeneralRe: Simple Question Pin
Shady Aly19-Feb-05 9:06
Shady Aly19-Feb-05 9:06 
GeneralRe: Simple Question Pin
Luis Alonso Ramos19-Feb-05 11:36
Luis Alonso Ramos19-Feb-05 11:36 
GeneralOpen serial communication with PC Pocket Pin
chaouki19-Feb-05 7:01
chaouki19-Feb-05 7:01 
GeneralMP3s In C# Pin
centiipede19-Feb-05 5:26
centiipede19-Feb-05 5:26 
GeneralRe: MP3s In C# Pin
Shady Aly19-Feb-05 8:03
Shady Aly19-Feb-05 8:03 
Generaldetect Installation Dir Pin
Adnan Siddiqi19-Feb-05 4:18
Adnan Siddiqi19-Feb-05 4:18 
GeneralRe: detect Installation Dir Pin
mav.northwind19-Feb-05 4:53
mav.northwind19-Feb-05 4:53 
QuestionWhat is esuvalent statement of eval() Pin
senpost19-Feb-05 3:36
senpost19-Feb-05 3:36 
QuestionHow to create proper blank key ? Pin
xpmule19-Feb-05 1:56
xpmule19-Feb-05 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.