A Simple Windows Like Calculator in Visual Basic 6. See the Screenshot.

Keyboard Shortcuts
Ascii code of '0' is '48' and is a short cut key to '0'
Ascii code of '1' is '49' and is a short cut key to '1'
Ascii code of '2' is '50' and is a short cut key to '2'
Ascii code of '3' is '51' and is a short cut key to '3'
Ascii code of '4' is '52' and is a short cut key to '4'
Ascii code of '5' is '53' and is a short cut key to '5'
Ascii code of '6' is '54' and is a short cut key to '6'
Ascii code of '7' is '55' and is a short cut key to '7'
Ascii code of '8' is '56' and is a short cut key to '8'
Ascii code of '9' is '57' and is a short cut key to '9'
Ascii code of 'Ctrl+O' is '15' and is a short cut key to '00'
Ascii code of '.' is and 46 is a short cut key to'.'
Ascii code of '+' is and 43 is a short cut key to'+'
Ascii code of '-' is and 45 is a short cut key to '-'
Ascii code of '*' is and 42 is a short cut key to '*'
Ascii code of '/' is and 47 is a short cut key to '/'
Ascii code of 'Ctrl+M' is 13 and is a short cut key to 'M+'
Ascii code of 'Ctrl+P' is 16 and is a short cut key to 'M-'
Ascii code of 'Ctrl+R' is 18 and is a short cut key to 'MR'
Ascii code of 'Ctrl+C' is 3 and is a short cut key to 'MC'
Ascii code of 'Esc' is 27 and is a short cut key to 'CE'
Ascii code of 'Backspace'is 8 and is a short cut key to 'C'
Ascii code of 'Ctrl+s' is 19 and is a short cut key to '+/-'
Ascii code of 'Enter' is "Not Required" and is a short cut key to '='
NOTE: The control array code is of my school days and is not very efficiently done but I guess the functionality of the program is quite good one.

Keyboard Shortcuts
Ascii code of '0' is '48' and is a short cut key to '0'
Ascii code of '1' is '49' and is a short cut key to '1'
Ascii code of '2' is '50' and is a short cut key to '2'
Ascii code of '3' is '51' and is a short cut key to '3'
Ascii code of '4' is '52' and is a short cut key to '4'
Ascii code of '5' is '53' and is a short cut key to '5'
Ascii code of '6' is '54' and is a short cut key to '6'
Ascii code of '7' is '55' and is a short cut key to '7'
Ascii code of '8' is '56' and is a short cut key to '8'
Ascii code of '9' is '57' and is a short cut key to '9'
Ascii code of 'Ctrl+O' is '15' and is a short cut key to '00'
Ascii code of '.' is and 46 is a short cut key to'.'
Ascii code of '+' is and 43 is a short cut key to'+'
Ascii code of '-' is and 45 is a short cut key to '-'
Ascii code of '*' is and 42 is a short cut key to '*'
Ascii code of '/' is and 47 is a short cut key to '/'
Ascii code of 'Ctrl+M' is 13 and is a short cut key to 'M+'
Ascii code of 'Ctrl+P' is 16 and is a short cut key to 'M-'
Ascii code of 'Ctrl+R' is 18 and is a short cut key to 'MR'
Ascii code of 'Ctrl+C' is 3 and is a short cut key to 'MC'
Ascii code of 'Esc' is 27 and is a short cut key to 'CE'
Ascii code of 'Backspace'is 8 and is a short cut key to 'C'
Ascii code of 'Ctrl+s' is 19 and is a short cut key to '+/-'
Ascii code of 'Enter' is "Not Required" and is a short cut key to '='
NOTE: The control array code is of my school days and is not very efficiently done but I guess the functionality of the program is quite good one.
vikas rudani
like this


