Hi,

I found a small calculator program in the MSDN samples
called CALC.

I need to change it, because I need 2 result displays.
We need that stupid Euro you see.

Instead of using the mouse I want to use the numeric keypad
keys so I changed the program by putting the key codes.

The problem I have is that I can use the numeric and the
operator keys, but the enter key won't work.

I use the vbKeySeparator Key Code for activating the '=' key
but it won't work.

When using the mouse and clicking the '=' button all works
fine.

Is there someone who could help me with this or maybe
someone have a source of the windows calculator program.

thanx
Ray