473,288 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,288 software developers and data experts.

Caracter Presionado a mostrar

Hola,
Estoy construyendo un keylogger que usa globalhook (con apis), el problema
es que no todos los teclados son iguales, por ejemplo los de alfabetizacion
española en lugar de ";" tienen la "ñ" y para acceder al ";" hay que
presionar SHIFT + ",". Quiero capturar el caracter final que se tiene que
mostrar, hay alguna forma de hacerlo? Alguna funcion API?

Gracias
Nov 17 '05 #1
3 2046
I don't know spanish. But i think, you are trying to implement a key logger.
And u implement it with a global hook. And u want to learn what will happen
on different keyboard layouts...

Microsoft .NET technologies provides a hardware, platform and OS
independency. That's means u will get the exactly matched key for the user
keyboard layout. There is no difference for different keyboard layouts. You
can implement this as a background windows service for server based OS.

Anyway, you shouldn't implement it!!!

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET

"David" <no@spam.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hola,
Estoy construyendo un keylogger que usa globalhook (con apis), el problema
es que no todos los teclados son iguales, por ejemplo los de
alfabetizacion española en lugar de ";" tienen la "ñ" y para acceder al
";" hay que presionar SHIFT + ",". Quiero capturar el caracter final que
se tiene que mostrar, hay alguna forma de hacerlo? Alguna funcion API?

Gracias

Nov 17 '05 #2
Sorry, I treated traduce to english (My english insn't good)
Hi, I'm building a keylogger that use global hook (with APIS). The problem
is that all keyborads not are the same and for example the keyborad with
spanish alphabetization have "ñ" instead ";" and for access to ";" there
must press SHIFT + ",".
I want to capture the final character that must show, there are any way to
do that? Some Api function?
Thanks

"Yunus Emre ALPÖZEN [MCAD.NET]" <ye***@msakademik.net> escribió en el
mensaje news:up**************@TK2MSFTNGP14.phx.gbl...
I don't know spanish. But i think, you are trying to implement a key
logger. And u implement it with a global hook. And u want to learn what
will happen on different keyboard layouts...

Microsoft .NET technologies provides a hardware, platform and OS
independency. That's means u will get the exactly matched key for the user
keyboard layout. There is no difference for different keyboard layouts.
You can implement this as a background windows service for server based
OS.

Anyway, you shouldn't implement it!!!

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET

"David" <no@spam.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hola,
Estoy construyendo un keylogger que usa globalhook (con apis), el
problema es que no todos los teclados son iguales, por ejemplo los de
alfabetizacion española en lugar de ";" tienen la "ñ" y para acceder al
";" hay que presionar SHIFT + ",". Quiero capturar el caracter final que
se tiene que mostrar, hay alguna forma de hacerlo? Alguna funcion API?

Gracias


Nov 17 '05 #3
Surely, Microsoft .NET framework allows u to process final character it
abstracts your key combination and any other low level details. Just capture
key. To test this, start a new windows application add a textbox handle on
keypress event and check it. I think, you may face a problem with global
hook. I haven't implement a global hook with .NET till now. But if were u,
i would implement it using Managed C++. It is more closer to win32 api. If
you are good at any other language that is supported by framework, use it.
..NET framework provides language abstraction too...

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET

"David" <no@spam.com> wrote in message
news:ef**************@TK2MSFTNGP12.phx.gbl...
Sorry, I treated traduce to english (My english insn't good)
Hi, I'm building a keylogger that use global hook (with APIS). The
problem
is that all keyborads not are the same and for example the keyborad with
spanish alphabetization have "ñ" instead ";" and for access to ";" there
must press SHIFT + ",".
I want to capture the final character that must show, there are any way to
do that? Some Api function?
Thanks

"Yunus Emre ALPÖZEN [MCAD.NET]" <ye***@msakademik.net> escribió en el
mensaje news:up**************@TK2MSFTNGP14.phx.gbl...
I don't know spanish. But i think, you are trying to implement a key
logger. And u implement it with a global hook. And u want to learn what
will happen on different keyboard layouts...

Microsoft .NET technologies provides a hardware, platform and OS
independency. That's means u will get the exactly matched key for the
user keyboard layout. There is no difference for different keyboard
layouts. You can implement this as a background windows service for
server based OS.

Anyway, you shouldn't implement it!!!

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET

"David" <no@spam.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hola,
Estoy construyendo un keylogger que usa globalhook (con apis), el
problema es que no todos los teclados son iguales, por ejemplo los de
alfabetizacion española en lugar de ";" tienen la "ñ" y para acceder al
";" hay que presionar SHIFT + ",". Quiero capturar el caracter final que
se tiene que mostrar, hay alguna forma de hacerlo? Alguna funcion API?

Gracias



Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: pcouas | last post by:
Hi, How can i pass an Unicode caracter \u015 from my JSP to my applet PARAM without alter it ? Currentlt this caracter is store in an Resource file, ans when i calling JSP page it is changed ?...
1
by: Séverine Donnay | last post by:
Hi, I make a csv file with values from data base fields . If my value contains a carriage return caracter at the end, a new line is created in my csv file. I tried to replace chr(13) caracter by...
0
by: Rui Abreu | last post by:
hi i have a problem in visual basic .net 2003. I have a app that executes processes, the code is ---- Private Shared Function docmd(ByVal arg As String) As String Dim psi As New...
2
by: Vidar | last post by:
Hi I have a problem preserving caracter entities using XslTransform object in VB.net. If I use saxon or even dot.net in Stylus studio for convertion, there is no problem. The problem is...
7
by: AA Arens | last post by:
I want to fill in data in the fields and the first caracter is now automatic capitalized, however, I do not want this as abbiviations must be fully in capitals. How to get it? Bart Acc 2003.
1
by: LuisDavid | last post by:
hola grupo, quisiera plantearles un problema que tengo, espero me puedan ayudar: tengo 10 etiquetas DIV cada una tiene un contenido de texto especifico, listas, etc. al cargar la pagina estan...
1
by: LuisDavid | last post by:
Hola grupo tengo un codigo que como resultado me da un valor ejemplo (p0, p1,......), que al visualizarlo por ejemplo parte del codigo es: <script ....> function valores(){ ..... codigo........
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.