Click here to Skip to main content
15,898,614 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Override internal abstract method? Pin
m@u10-Dec-07 23:23
m@u10-Dec-07 23:23 
GeneralBeginner in C# Pin
tasumisra10-Dec-07 18:25
tasumisra10-Dec-07 18:25 
GeneralRe: Beginner in C# Pin
Michael Sync10-Dec-07 18:54
Michael Sync10-Dec-07 18:54 
GeneralRe: Beginner in C# Pin
Abhijit Jana10-Dec-07 19:08
professionalAbhijit Jana10-Dec-07 19:08 
GeneralRe: Beginner in C# Pin
tasumisra10-Dec-07 19:21
tasumisra10-Dec-07 19:21 
GeneralRe: Beginner in C# Pin
N a v a n e e t h10-Dec-07 19:45
N a v a n e e t h10-Dec-07 19:45 
GeneralRe: Beginner in C# Pin
tasumisra10-Dec-07 19:52
tasumisra10-Dec-07 19:52 
GeneralRe: Beginner in C# Pin
Abhijit Jana10-Dec-07 19:47
professionalAbhijit Jana10-Dec-07 19:47 
In Windows i think there is no terms like TextArea as you mention in your question !!!!! Sleepy | :zzz: Sleepy | :zzz:

if you talking about Textbox then

private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show(Textbox1.Text.ToString());
}

And one more thing !!!. If you want TextArea like Htmlpage in Windows , just set multiline proprty as True...

Good Luck !!!!Rose | [Rose]


Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

QuestionWhat would cause a COM object to lose its RCW? Pin
JoeRip10-Dec-07 14:17
JoeRip10-Dec-07 14:17 
AnswerRe: What would cause a COM object to lose its RCW? Pin
TJoe10-Dec-07 17:24
TJoe10-Dec-07 17:24 
GeneralRe: What would cause a COM object to lose its RCW? Pin
JoeRip10-Dec-07 21:37
JoeRip10-Dec-07 21:37 
GeneralRe: What would cause a COM object to lose its RCW? Pin
TJoe11-Dec-07 2:11
TJoe11-Dec-07 2:11 
GeneralCOM in c# [modified] Pin
Dromar10-Dec-07 12:30
Dromar10-Dec-07 12:30 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 13:21
sitebuilderLuc Pattyn10-Dec-07 13:21 
GeneralRe: COM in c# Pin
JoeRip10-Dec-07 14:01
JoeRip10-Dec-07 14:01 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 14:11
sitebuilderLuc Pattyn10-Dec-07 14:11 
GeneralRe: COM in c# Pin
Anthony Mushrow10-Dec-07 14:41
professionalAnthony Mushrow10-Dec-07 14:41 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 14:45
sitebuilderLuc Pattyn10-Dec-07 14:45 
GeneralRe: COM in c# Pin
Anthony Mushrow10-Dec-07 14:51
professionalAnthony Mushrow10-Dec-07 14:51 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 15:42
sitebuilderLuc Pattyn10-Dec-07 15:42 
GeneralRe: COM in c# Pin
Dromar10-Dec-07 14:31
Dromar10-Dec-07 14:31 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 14:42
sitebuilderLuc Pattyn10-Dec-07 14:42 
GeneralRe: COM in c# Pin
Dromar10-Dec-07 15:42
Dromar10-Dec-07 15:42 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 15:47
sitebuilderLuc Pattyn10-Dec-07 15:47 
QuestionHow to open-with a file using my application ? Pin
ZHM10-Dec-07 11:20
ZHM10-Dec-07 11:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.