473,385 Members | 1,720 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,385 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 2049
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........
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.