Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: Handling .class files in C# Pin
Daniel Grunwald4-Oct-05 5:56
Daniel Grunwald4-Oct-05 5:56 
Questionbuild a forum Pin
Venkat60704-Oct-05 0:50
Venkat60704-Oct-05 0:50 
AnswerRe: build a forum Pin
ehuysamer4-Oct-05 4:05
ehuysamer4-Oct-05 4:05 
Questionshowing data in datagrid from two relational tables Pin
Rizwan Bashir4-Oct-05 0:50
Rizwan Bashir4-Oct-05 0:50 
AnswerRe: showing data in datagrid from two relational tables Pin
Robert Rohde4-Oct-05 1:17
Robert Rohde4-Oct-05 1:17 
QuestionError creating .exe Pin
sean_mufc4-Oct-05 0:42
sean_mufc4-Oct-05 0:42 
QuestionReplace a block of text file Pin
Bharath KR4-Oct-05 0:38
Bharath KR4-Oct-05 0:38 
AnswerRe: Replace a block of text file Pin
Robert Rohde4-Oct-05 1:33
Robert Rohde4-Oct-05 1:33 
Afaik there is no straight way to do it, because unless the length of those blocks are always the same there would be the need to move everything coming after the exchanged block of text (which would mean to write the whole file again if you were exchanging the first block).

But unless you aren't talking about several thousand lines of text you should probably just write everything when needed. The performance overhead shouldn't be that much.

Another method would be to store your infos in several files (one for each form).


QuestionRe: Replace a block of text file Pin
Sean Michael Murphy4-Oct-05 3:26
Sean Michael Murphy4-Oct-05 3:26 
AnswerRe: Replace a block of text file Pin
Bharath KR4-Oct-05 3:48
Bharath KR4-Oct-05 3:48 
QuestionReturning Custom Errors from a custom Action in Deployment projects Pin
lata07mahi4-Oct-05 0:02
lata07mahi4-Oct-05 0:02 
QuestionProblem with DataAdapter and DataSet Pin
kbalias3-Oct-05 23:18
kbalias3-Oct-05 23:18 
AnswerRe: Problem with DataAdapter and DataSet Pin
Guffa3-Oct-05 23:44
Guffa3-Oct-05 23:44 
QuestionC# Graphics Scaling Pin
michaelreian3-Oct-05 23:15
michaelreian3-Oct-05 23:15 
Questioncustom objects + remoting Pin
g00fyman3-Oct-05 23:11
g00fyman3-Oct-05 23:11 
AnswerRe: custom objects + remoting Pin
Robert Rohde3-Oct-05 23:40
Robert Rohde3-Oct-05 23:40 
GeneralRe: custom objects + remoting Pin
g00fyman3-Oct-05 23:56
g00fyman3-Oct-05 23:56 
QuestionSelect Node in TreeView Pin
mimei3-Oct-05 21:52
mimei3-Oct-05 21:52 
AnswerRe: Select Node in TreeView Pin
mav.northwind3-Oct-05 22:35
mav.northwind3-Oct-05 22:35 
QuestionRedirect ALL http request to local proxy server Pin
Anonymous3-Oct-05 20:22
Anonymous3-Oct-05 20:22 
QuestionDouble.NaN question Pin
User 5838523-Oct-05 20:21
User 5838523-Oct-05 20:21 
AnswerRe: Double.NaN question Pin
leppie3-Oct-05 20:28
leppie3-Oct-05 20:28 
GeneralRe: Double.NaN question Pin
User 5838523-Oct-05 20:32
User 5838523-Oct-05 20:32 
GeneralRe: Double.NaN question Pin
Robert Rohde3-Oct-05 20:50
Robert Rohde3-Oct-05 20:50 
GeneralRe: Double.NaN question Pin
User 5838523-Oct-05 20:54
User 5838523-Oct-05 20:54 

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.