M
Mehul Malhotra
Hi all! I was just messing around with something that I
wrote in VB 6.0 and ran into a problem. In case any you
of you have read my post of boolean, its back to that
same calculator. I wanted to design it in such a way that
if a user presses enter then it takes it as the person
has chosen to use the = sign. The problem is that when
the Form was selected I had pressed enter and now for
some unknown reason, without any code that specifies
whether the key pressed is the Enter key or not, if I
have pressed any button followed by the Enter key, that
same button is pressed again.
The english in that last sentence is quite bad let me
give an example!
If I click on 7 and then press enter the display will
show another 7 in the box which is something that I dont
want.
Any ideas as to how I can get rid of this without having
to do it all over again!!??
Thanks a lot
wrote in VB 6.0 and ran into a problem. In case any you
of you have read my post of boolean, its back to that
same calculator. I wanted to design it in such a way that
if a user presses enter then it takes it as the person
has chosen to use the = sign. The problem is that when
the Form was selected I had pressed enter and now for
some unknown reason, without any code that specifies
whether the key pressed is the Enter key or not, if I
have pressed any button followed by the Enter key, that
same button is pressed again.
The english in that last sentence is quite bad let me
give an example!
If I click on 7 and then press enter the display will
show another 7 in the box which is something that I dont
want.
Any ideas as to how I can get rid of this without having
to do it all over again!!??
Thanks a lot