Ask Experts Questions for FREE Help !
Ask
    Ache's Avatar
    Ache Posts: 5, Reputation: 1
    New Member
     
    #1

    Feb 21, 2008, 08:36 AM
    Text Delection
    How do I write a code vb code that could function like a backspace key. That is delect text from right to left one after the other?
    kabia's Avatar
    kabia Posts: 9, Reputation: 2
    New Member
     
    #2

    Feb 22, 2008, 04:10 PM
    try..

    Text1.text = mid(text1.text,1,len(text1.text -1))
    Ache's Avatar
    Ache Posts: 5, Reputation: 1
    New Member
     
    #3

    Feb 23, 2008, 02:33 AM
    Text delection
    reference to this question asked on 22/02/08 one member suggested that I use this : text1.text=mid(text1.text,1,len(text1.text-1)). I tried it to achieve backspace but the I got this error message: variable required - can't assign to this expression. And "-" was highlighted. What do I do now.
    kabia's Avatar
    kabia Posts: 9, Reputation: 2
    New Member
     
    #4

    Feb 23, 2008, 04:03 AM
    Sorry typed incorrect...

    Text1.text = mid(text1.text,1,len(text1.text) -1)
    melondotnet's Avatar
    melondotnet Posts: 23, Reputation: 1
    New Member
     
    #5

    Mar 13, 2008, 03:09 PM
    In vb.net (2005)

    StringVar1.Remove(StringVar1.length,1)

    This may require revising...
    balraviaggarwal's Avatar
    balraviaggarwal Posts: 2, Reputation: 1
    New Member
     
    #6

    Apr 24, 2008, 06:58 PM
    How I can make text box which allow a data operator to input amount only.
    balraviaggarwal's Avatar
    balraviaggarwal Posts: 2, Reputation: 1
    New Member
     
    #7

    Apr 24, 2008, 07:03 PM
    Please give me code or mathod to restrict a data operator other then Amount means I want to creat a Amout Box.
    melondotnet's Avatar
    melondotnet Posts: 23, Reputation: 1
    New Member
     
    #8

    Apr 28, 2008, 11:59 AM
    Please explain more fully... :confused:

    Do you want it so that the user can enter the number of 'Backspaces' to 'Execute'?

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Excel 15 digit issue, tried converting to text, text to column feature negates fix [ 6 Answers ]

I have the following numbers that exceed 15 characters that needs to be split into its own columns. Down the road, there would be thousands of such rows of data with the first couple set of unique numbers. 890432453253208820,5004500558,05CC,1,0,0,0,0,0,0, 0000,5.0000,2007-01-11...

Predicitive text [ 4 Answers ]

How do I get predictive text, i.e.. If I key elephant into cell A3 and return to cell A4 and key in elephant - how do I get the cell A4 to automatically predict what I am going to key in:)

Should I text him later on [ 12 Answers ]

This is my first time on the site but I have read some responses to other queries and there excellent so I hope you might be able to advise me on mine. I met a guy from my local area going back about a year ago. I called his business to obtain a quote on my house renovations. Towards the end of...

What to do about text! [ 4 Answers ]

I know this guy from work who flirted with me once a week for 2 years and got together a few times... who now doesn't work for his company... I hadn't talked to him in a month since he quit his job... he contacted with me last month... we have now texted each other here and there... some very...


View more questions Search