Click here to Skip to main content
16,016,192 members
Home / Discussions / C#
   

C#

 
Questionblocking my application form minimizing (Please help) Pin
dmnreddy30-Oct-07 10:33
dmnreddy30-Oct-07 10:33 
AnswerRe: blocking my application form minimizing (Please help) Pin
TJoe30-Oct-07 11:10
TJoe30-Oct-07 11:10 
GeneralRe: blocking my application form minimizing (Please help) Pin
dmnreddy30-Oct-07 11:25
dmnreddy30-Oct-07 11:25 
GeneralRe: blocking my application form minimizing (Please help) Pin
C# Beginner Nick30-Oct-07 11:37
C# Beginner Nick30-Oct-07 11:37 
GeneralRe: blocking my application form minimizing (Please help) Pin
dmnreddy30-Oct-07 11:41
dmnreddy30-Oct-07 11:41 
AnswerRe: blocking my application form minimizing (Please help) [modified] Pin
Anthony Mushrow30-Oct-07 14:53
professionalAnthony Mushrow30-Oct-07 14:53 
Questionhow put strings together Pin
stephan_00730-Oct-07 10:22
stephan_00730-Oct-07 10:22 
AnswerRe: how put strings together Pin
pmarfleet30-Oct-07 10:45
pmarfleet30-Oct-07 10:45 
There should already be a line terminator at the end of each line. You just need to ensure that you append the text for the second file after the final line terminator in the text from the first file.

You can call Environment.NewLine to get the string representation of a newline construct for the current platform.

If you are working with large strings, you should consider using an instance of the System.Text.StringBuilder class. Strings in .NET are immutable, which means that the contents of a string once created cannot be altered. If 2 strings are concatenated, a new string object must be created to store the resulting data. The StringBuilder class provides a more memory-efficient way of manipulating string data.

Paul Marfleet

QuestionQuestion on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 10:04
C# Beginner Nick30-Oct-07 10:04 
AnswerRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 10:51
pmarfleet30-Oct-07 10:51 
GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 11:35
C# Beginner Nick30-Oct-07 11:35 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 11:43
pmarfleet30-Oct-07 11:43 
GeneralRe: Question on tree view editing with button click [modified] Pin
C# Beginner Nick30-Oct-07 11:52
C# Beginner Nick30-Oct-07 11:52 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 12:05
pmarfleet30-Oct-07 12:05 
GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 12:08
C# Beginner Nick30-Oct-07 12:08 
GeneralRe: Question on tree view editing with button click Pin
C# Beginner Nick30-Oct-07 12:17
C# Beginner Nick30-Oct-07 12:17 
GeneralRe: Question on tree view editing with button click Pin
pmarfleet30-Oct-07 12:27
pmarfleet30-Oct-07 12:27 
GeneralDynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 7:54
Brady Kelly30-Oct-07 7:54 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 8:14
sitebuilderLuc Pattyn30-Oct-07 8:14 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 10:40
Brady Kelly30-Oct-07 10:40 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 12:07
sitebuilderLuc Pattyn30-Oct-07 12:07 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 12:13
Brady Kelly30-Oct-07 12:13 
QuestionDraw functions don't work Pin
Manfr3d30-Oct-07 6:58
Manfr3d30-Oct-07 6:58 
AnswerRe: Draw functions don't work Pin
Ennis Ray Lynch, Jr.30-Oct-07 7:24
Ennis Ray Lynch, Jr.30-Oct-07 7:24 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 7:39
Manfr3d30-Oct-07 7:39 

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.