textBox (Delete Contents)

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Feb 2008
Posts: 517
Reputation: Jennifer84 is an unknown quantity at this point 
Solved Threads: 1
Jennifer84 Jennifer84 is offline Offline
Posting Pro

textBox (Delete Contents)

 
0
  #1
Feb 26th, 2008
I am trying to delete what is written in a textBox like this in C++ .NET.

When pressing the button the text/Numbers I have written in the textBox doesn´t deletes.
I beleive 0 is the index from where to begin the delete wich should be from the first character in the textBox.

  1. this->textBox2->Text->Remove(0);
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,626
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1496
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: textBox (Delete Contents)

 
0
  #2
Feb 26th, 2008
how about this? this->textBox2->Text = "";
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 517
Reputation: Jennifer84 is an unknown quantity at this point 
Solved Threads: 1
Jennifer84 Jennifer84 is offline Offline
Posting Pro

Re: textBox (Delete Contents)

 
0
  #3
Feb 26th, 2008
Thank you. That seemed to work good.




Originally Posted by Ancient Dragon View Post
how about this? this->textBox2->Text = "";
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC