D
David Hematologist
I am a lab tech who would like to create a popup form for counting cells when
examining blood using a separate USB keypad to do the count. Variables I
need to manage in doing this are:
(1) TOTAL NUMBER OF CELLS TO COUNT:
Request the user to provide the total number of cells to count (generally in
multiples of 100)
(2) KEY ASSIGNED TO CELL TYPE:
Assign keys on the keypad a label and have the key that is struck increase
the value by "1" each time it is struck untill the total number of cells to
count is reached
(3) RUNNING TOTAL:
Keep a running sum of of all keys struck
(4) RUNNING PERCENTAGE:
Provide a running percentage for how often each key has been struck
(5) "Beep" when the total number of cells is reached
In my mind this seems like there should be an easy way to do this but I
cannot find a command that allows me to set a key to count (perhaps using
"keydown" there is a way to do this). Although Im have created some complex
databases, I am not a software programmer. Perhaps this is better handled as
a separate application in C# that with a button assigned to run. I just
downloaded C# express but have no familiarity with it.
Thanks.
examining blood using a separate USB keypad to do the count. Variables I
need to manage in doing this are:
(1) TOTAL NUMBER OF CELLS TO COUNT:
Request the user to provide the total number of cells to count (generally in
multiples of 100)
(2) KEY ASSIGNED TO CELL TYPE:
Assign keys on the keypad a label and have the key that is struck increase
the value by "1" each time it is struck untill the total number of cells to
count is reached
(3) RUNNING TOTAL:
Keep a running sum of of all keys struck
(4) RUNNING PERCENTAGE:
Provide a running percentage for how often each key has been struck
(5) "Beep" when the total number of cells is reached
In my mind this seems like there should be an easy way to do this but I
cannot find a command that allows me to set a key to count (perhaps using
"keydown" there is a way to do this). Although Im have created some complex
databases, I am not a software programmer. Perhaps this is better handled as
a separate application in C# that with a button assigned to run. I just
downloaded C# express but have no familiarity with it.
Thanks.