473,386 Members | 1,745 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,386 software developers and data experts.

how to use keyascii

3
i must complete my assgment, where i must create a calculator.
but my lect ask me to use keyboard to input the number.
can you help me to solve this problem?
Feb 12 '07 #1
3 3210
Killer42
8,435 Expert 8TB
i must complete my assgment, where i must create a calculator.
but my lect ask me to use keyboard to input the number.
can you help me to solve this problem?
Can you give us a better idea of what you've done so far, and what specific issue(s) you need help with?
Feb 12 '07 #2
dinna
3
i already build my calculator program. it can insert the input by mouse but cannot insert input by the keyboard.
i don't know how to create a keyboard coding . so i can't insert input by keyboard. and the i cant do the operation by the keyboard
Feb 14 '07 #3
Killer42
8,435 Expert 8TB
i already build my calculator program. it can insert the input by mouse but cannot insert input by the keyboard.
i don't know how to create a keyboard coding . so i can't insert input by keyboard. and the i cant do the operation by the keyboard
My first suggestion would be to set the form's .KeyPreview property to True, then watch for the keys in the Form's KeyPress event procedure.
Feb 14 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: margetts | last post by:
Hey there, what i want to do is have a text field that can only accept numbers, full stops and the backspace key. I currently have the below code to accept only numbers, but no full stops or...
4
by: laurenq uantrell | last post by:
In a field's OnKeyPress properties I can execute code that reveals the Ascii key that is pressed: On Key Press: Private Sub FieldName_KeyPress(KeyAscii As Integer) Dim x as Integer If...
1
by: laurenq uantrell | last post by:
In a field's OnKeyPress properties I can execute code that reveals the Ascii key that is pressed: On Key Press: Private Sub FieldName_KeyPress(KeyAscii As Integer) Dim x as Integer If...
2
by: ahmedazzam | last post by:
I need to know Keyascii for different keys
4
by: HelloWorldHelloWorldHello | last post by:
What i want to know is What is the KeyAscii of " "Tab" key" ?.
1
by: HelloWorldHelloWorldHello | last post by:
Can Anyone Tell Me How to direct KeyAscii with using CommandButton Only.?
1
by: HelloWorldHelloWorldHello | last post by:
How to use KeyAscii without any KeyPress(text1_Keypress).? But CommandButton can direct the KeyAscii only.
1
by: Asad Asad | last post by:
Please tell me what is the KeyAscii value of Window Key
3
by: shona | last post by:
Hi, I done program in that i don't want backspace button active in that case i done coading it is working fine in textbox & now i want to use in richtextbox but how? following is my code ...
7
by: raghunadhs | last post by:
with help of key press evnt i am able to find the KeyAscii values.. but i am unable to find the ascii values of "delete","home","pageUp", ...etc.. In my application there is a need to find...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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.