Texas Instruments TI-30XA Calculator Logo

Related Topics:

Posted on Oct 26, 2010

How to code the backspace using vb6.0 - Texas Instruments TI-30XA Calculator

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on Nov 30, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Nov 30, 2010
Answers
1
Questions
0
Helped
767
Points
3

Private Sub cmdBack_Click()
Dim temp As String
Dim leng As Integer

If txt1.Text = " " Then
MsgBox "Text box has no value!", vbInformation
Else

temp = Str(txt1.Text)
leng = Len(temp)

txt1.Text = ""

For i = 1 To leng - 1
txt1.Text = Mid(temp, 1, i)

Next i

End If
End Sub

_________________ add this code 2 ur number example
cmdBack.Enabled = True <<add this

to able the backspace
any suggestion my email add in facebook johnpaulzzzz@yahoo.com

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Backspace button not working on web page

Well, mine doesn't work either. I use ALT+Left Arrow to go back a page. Never tried backspace.
0helpful
1answer

When writing an email, the backspace will not work so I can correct a mistake

open note pad on your computer and type some stuff in and try to backspace if it doesnt work time to get a new keyboard they are cheap
0helpful
1answer
0helpful
1answer

How do I enable the backspace key to backspace and correct typos on my HP?

Nothing is supposed to be done to enable or disable, not that I know of. Possibly, your keyboard is the problem, which is very anoying.
0helpful
1answer

I want someone to help me with the backspace code for my cash register

I know the code for keys such as enter, space, backspace, control, etc. ... I was wondering how to make someone press one key than another for something to ... tried either doesn't register anything or responds to every key on the keyboard. .... Must be because of my sound files. Do you still want me to post it? ...
www.bigresource.com/FLASH-Keyboard-Help-i0vZpiWcfy.html
0helpful
1answer

Backspace and up arrow keys seam to stick

blow into the arrow keys and into the backspace key(maybe some dust is malfuncioning the keys
0helpful
1answer

Margins

I need to reset the left and right margins, i had read to press "code" and "mar rel keys" and backspace to where i want it, same thing for right but it didn't work. Do you have any other suggestions?
1helpful
1answer

Backspace button does not work

Use the backspace in between a sentance typed on Notepad, if that works - your keyboard and key is functional. Else, you might need a replacement Keyboard. (Click on Start > Run > Notepad > OK - To open notepad)
2helpful
1answer

What keys do I use the change the left and right margins?

You set the margins by putting the printhead where you want the margin set, and holding down the CODE key, push the key under where L MAR or R MAR is printed, (above the top keys on the keyboard) depending on whether you want to set the right or left margin.
If you want to set the left margin to the left of where it's set, hold down the CODE key and push the key under MAR REL. Then using the Backspace (or spacebar, if you backspace too far) position the printhead where you want the mar. set and holding down the CODE key, hit the key under L MAR.
Setting the right margin works the same way.
Not finding what you are looking for?

777 views

Ask a Question

Usually answered in minutes!

Top Texas Instruments Office Equipment & Supplies Experts

Rommel Balcita

Level 3 Expert

754 Answers

Paul Bade

Level 3 Expert

1849 Answers

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Are you a Texas Instruments Office Equipment and Supply Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...