Results 1 to 7 of 7

Thread: [RESOLVED] suddenly lost the ability to think

  1. #1

    Thread Starter
    Registered User
    Join Date
    Sep 2009
    Location
    England
    Posts
    112

    Resolved [RESOLVED] suddenly lost the ability to think

    i know its probably the first thing you were taught but how do i clear a textbox of text. and i know it too

    ive got

    tbText.text = () and its wrong

    sorry but thanks

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: suddenly lost the ability to think

    tbText.Clear


    I never have trouble with... huh? What was I saying?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3
    New Member
    Join Date
    Dec 2009
    Posts
    15

    Re: suddenly lost the ability to think

    tbText.text = ""

  4. #4

    Thread Starter
    Registered User
    Join Date
    Sep 2009
    Location
    England
    Posts
    112

    Re: suddenly lost the ability to think

    thanks, just one of those days LOL ;P

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] suddenly lost the ability to think

    So many ways, so few textboxes

    TextBox1.Text = String.Empty
    Last edited by Hack; Jan 12th, 2010 at 12:03 PM.

  6. #6
    Hyperactive Member Philly0494's Avatar
    Join Date
    Apr 2008
    Posts
    485

    Re: [RESOLVED] suddenly lost the ability to think

    TextBox1.Text = Nothing

  7. #7
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: [RESOLVED] suddenly lost the ability to think

    i probably would've done textbox1.text = nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width