473,385 Members | 1,727 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.

Question on 10-key pad nuances and how to trap them?

OC
Does anyone know if the 10-key pad on most keyboards is OEM specific? If so,
is there a way to generalize it?

For example, I have an application that treats the "/", "*", and "-" keys on
the ten-key as though the user had keyed F3, F6, or F9. It;s a high-speed,
high-volume, numeric-centric application in which certain keys on the 10-key
need to be interpretted as though a function key was pressed. (again "/" =
F3, "*" = F6, and "-" = F9.

(The application is a port from the mainframe, in which the CICS screens
treated these keys in this way)

I managed to come up with a solution that worked on MY system, but doesn't
seem to behave reliably on various other systems existing within the
corporation (some of which are embarrassedly agent), which is unacceptable.

The 3270 emulators seem to have solved this keyboard mapping problem, so I
know it is doable. Just don't know how to do it.

Is there some kind of nuance on this 10-key trapping that I should be aware?
For example, something related to OEM-specific scenarios that I need to be
looking for?
Nov 22 '05 #1
1 1177
Cor
Hi OC,
The 3270 emulators seem to have solved this keyboard mapping problem, so I
know it is doable. Just don't know how to do it.


This is something totaly different, this is done in the program, you can
always get a key in dotnet programming using the keyup events, if you than
change a 1 in a 5 is your own decission.

But what you ask has in my opinion to do with the language settings of the
computer and the settings of the keyboard.

As far as I know goes this in the .Net framework totaly different for a W9x
system from a NTx system.

I hope this helps,

Cor
Nov 22 '05 #2

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

Similar topics

16
by: Frank | last post by:
Hi, can anybody help with the following problem? In C++ i = 5 / 10 and i = -5 / 10 both have the same result 0. In python
2
by: Mark Watkins | last post by:
Of course, this is not an html board, but some of you may be able to answer this question. Copy and past the html below into a text file so you can open it in IE and see what I mean: ...
2
by: Telus | last post by:
A SQL question Hi Everybody, Imagine I have a file with 7 records and two fields with these data: Record1--Field1=1--Field2=10:45pm Record2--Field1=1--Field2=10:46pm...
5
by: DFS | last post by:
I've written several survey systems in which the majority of the questions have the same or similar responses (Yes/No, True/False, scale of 1 - 5, etc). But this latest survey system I'm working...
16
by: dario | last post by:
Hi, Im new on phyton programming. On my GPRS modem with embedded Phyton 1.5.2+ version, I have to receive a string from serial port and after send this one enclosed in an e-mail. All OK if the...
2
by: ben | last post by:
hello, i'm following an algorithm book and am stuck on an early excersise in it, not because of the c programming side of it or even the algorithm side of it, i don't think, but because of maths....
2
by: Bob | last post by:
I would like to use integrated security for DB connection for my ASP.NET applications. Since these apps have different databases (SQL Server), I want each app to be able to access its own...
2
by: Len via DotNetMonster.com | last post by:
I have to set up a 2d array(13, 4) containing a deck of playing cards. What I am wondering is how to correctly set up the array in the first place, and then how do you access the information once...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
4
by: Joseph | last post by:
Hi all- I am a former VB6 programmer and new at C# and I have a question dealing with converting some code from VB6 to C#. The code is below and essentially, what it does is gets data from a SQL...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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,...
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.