Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stack overflow in System.Drawing.dll... Pin
leppie30-Jul-06 5:33
leppie30-Jul-06 5:33 
GeneralRe: Stack overflow in System.Drawing.dll... Pin
Shy Agam30-Jul-06 5:48
Shy Agam30-Jul-06 5:48 
AnswerRe: Stack overflow in System.Drawing.dll... Pin
Shy Agam30-Jul-06 6:08
Shy Agam30-Jul-06 6:08 
AnswerRe: Stack overflow in System.Drawing.dll... Pin
Shy Agam1-Aug-06 6:05
Shy Agam1-Aug-06 6:05 
QuestionHow to do notepad with C# ? Pin
nguyenquang028429-Jul-06 22:36
nguyenquang028429-Jul-06 22:36 
AnswerRe: How to do notepad with C# ? Pin
Christian Graus29-Jul-06 22:59
protectorChristian Graus29-Jul-06 22:59 
QuestionRe: How to do notepad with C# ? Pin
nguyenquang028430-Jul-06 2:41
nguyenquang028430-Jul-06 2:41 
AnswerRe: How to do notepad with C# ? Pin
Christian Graus30-Jul-06 11:21
protectorChristian Graus30-Jul-06 11:21 
1 - you need a boolean flag that you set to true the first time someone types something. Or you need to store the text and compare it with the text in the textbox at the point that you want to know if the text has changed

2 - I believe the only way to work out line numbers is to count the number of times there are carriage returns in the text. They are actually two characters, Environment.NewLine is the way to create them.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

AnswerRe: How to do notepad with C# ? Pin
Colin Angus Mackay29-Jul-06 23:04
Colin Angus Mackay29-Jul-06 23:04 
QuestionRe: How to do notepad with C# ? Pin
nguyenquang028430-Jul-06 2:40
nguyenquang028430-Jul-06 2:40 
AnswerRe: How to do notepad with C# ? Pin
Colin Angus Mackay30-Jul-06 2:52
Colin Angus Mackay30-Jul-06 2:52 
AnswerRe: How to do notepad with C# ? Pin
Shy Agam29-Jul-06 23:06
Shy Agam29-Jul-06 23:06 
GeneralRe: How to do notepad with C# ? Pin
nguyenquang028430-Jul-06 2:37
nguyenquang028430-Jul-06 2:37 
QuestionRe: How to do notepad with C# ? Pin
nguyenquang028430-Jul-06 2:45
nguyenquang028430-Jul-06 2:45 
AnswerRe: How to do notepad with C# ? Pin
Shy Agam30-Jul-06 5:46
Shy Agam30-Jul-06 5:46 
GeneralRe: How to do notepad with C# ? Pin
nguyenquang028430-Jul-06 6:16
nguyenquang028430-Jul-06 6:16 
QuestionException Windows - IDE Pin
AJ12329-Jul-06 22:14
AJ12329-Jul-06 22:14 
Questionhow to add logo in live video stream Pin
duaaali29-Jul-06 21:50
duaaali29-Jul-06 21:50 
Questionkeep parent form in background until child form closes Pin
tiburonium29-Jul-06 20:52
tiburonium29-Jul-06 20:52 
AnswerRe: keep parent form in background until child form closes Pin
stancrm29-Jul-06 21:10
stancrm29-Jul-06 21:10 
QuestionShallow vs Deep copy and arrays of classes Pin
kozu29-Jul-06 18:37
kozu29-Jul-06 18:37 
AnswerRe: Shallow vs Deep copy and arrays of classes Pin
Guffa29-Jul-06 22:58
Guffa29-Jul-06 22:58 
QuestionConditional testing data records for webpage display Pin
antar00729-Jul-06 17:54
antar00729-Jul-06 17:54 
QuestionVisual Studio 2005 Question Pin
rittjc29-Jul-06 15:08
rittjc29-Jul-06 15:08 
AnswerRe: Visual Studio 2005 Question Pin
Christian Graus29-Jul-06 15:16
protectorChristian Graus29-Jul-06 15:16 

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.