Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Before when I was working on C++ Builder, I saw the text field in it was TEdit. Now I'm working on Visual C# Studion 2008 and I need something like TEdit. Could you tell me please!

==============
From JSOP: If you keep asking these kinds of questions, I'm going to start deleting them.
Posted
Updated 27-Apr-10 6:13am
v2

It would appear you're after the TextBox control.
 
Share this answer
 
Hi phabion,

First thing: If you are new to C#, why don't you start reading a good book on that before start writing code? Else you will find it more difficult to implement as you have to ask such questions. Also, you will find more problem if you don't know about such control which can give you more flexibility while developing some thing.

Second: On reply to your query, you can use the TextBox control, which is similar to the TEdit in your C++ Builder.

Again, my suggestion for you will be to read a good book on C# or read some online eBook or articles first and gain knowledge before going to the actual work.

Wish you all the best and a also welcome you in C# Development. :thumbsup:

If this answer your query, please "Mark As Answer".
 
Share this answer
 
For cryin' out loud, by a book.

You want the TextBox control...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900