473,799 Members | 3,181 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2068
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******** ******@tk2msftn gp13.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***@msakadem ik.net> escribió en el
mensaje news:up******** ******@TK2MSFTN GP14.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******** ******@tk2msftn gp13.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******** ******@TK2MSFTN GP12.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***@msakadem ik.net> escribió en el
mensaje news:up******** ******@TK2MSFTN GP14.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******** ******@tk2msftn gp13.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
2521
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 ? Regards Philippe
1
1513
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 an empty caracter but it doesn't work, my code is : Replace(Trim(element.value), chr(13),"") Do you have any idea to resolve my problem ? Thanks.
0
1179
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 System.Diagnostics.ProcessStartInfo
2
1261
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 that when I convert using XSLT (I use encoding="iso-8859-1")
7
1853
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
3209
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 ocultas, lo que quiero es que se muestren cuando el usuario busca algo especifico de un menu SELECT incluso si ingresa un termino especifico en un campo TEXT y clickea BUSCAR, que se muestre la DIV donde se encuentra el termino ingresado que muestre...
1
8801
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..... var _div = val.dato; document.write("<span id=.....>"+_div+"</span>"); }
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10470
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10247
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10214
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6803
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5459
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5583
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2935
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.