Click here to Skip to main content
15,921,694 members
Home / Discussions / C#
   

C#

 
AnswerRe: disabling hotkeys Pin
Dave Kreskowiak5-Sep-07 6:00
mveDave Kreskowiak5-Sep-07 6:00 
QuestionHelp Me...... Pin
mihirhp4-Sep-07 20:53
mihirhp4-Sep-07 20:53 
AnswerRe: Help Me...... Pin
originSH4-Sep-07 22:35
originSH4-Sep-07 22:35 
AnswerRe: Help Me...... Pin
J a a n s5-Sep-07 0:37
professionalJ a a n s5-Sep-07 0:37 
Questionproblem with writing files Pin
swatgodjr4-Sep-07 20:31
swatgodjr4-Sep-07 20:31 
AnswerRe: problem with writing files Pin
Dave Kreskowiak5-Sep-07 6:02
mveDave Kreskowiak5-Sep-07 6:02 
GeneralRe: problem with writing files Pin
swatgodjr5-Sep-07 6:34
swatgodjr5-Sep-07 6:34 
GeneralRe: problem with writing files Pin
Dave Kreskowiak5-Sep-07 14:11
mveDave Kreskowiak5-Sep-07 14:11 
swatgodjr wrote:
way i once did it in c++ was i capped all my line sizes so i knew the max size i could work


This only works if every line is exactly the same length in the file. Then it's easy to calculate the offset and you know how much space you have left. But, if you use the default methods of writing files, then each line is not going to be the same length.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionhow to get the gridview row Pin
lcharan4-Sep-07 18:43
lcharan4-Sep-07 18:43 
AnswerRe: how to get the gridview row Pin
Nouman Bhatti4-Sep-07 21:33
Nouman Bhatti4-Sep-07 21:33 
QuestionHow to use ThreadPool in C# 2005 for a synchronise access to MSSQL database Pin
Jan Palmer4-Sep-07 17:00
Jan Palmer4-Sep-07 17:00 
AnswerRe: How to use ThreadPool in C# 2005 for a synchronise access to MSSQL database Pin
Dave Kreskowiak5-Sep-07 6:03
mveDave Kreskowiak5-Sep-07 6:03 
Questiondatabase Pin
troubled one4-Sep-07 16:22
troubled one4-Sep-07 16:22 
AnswerRe: database Pin
Christian Graus4-Sep-07 17:23
protectorChristian Graus4-Sep-07 17:23 
AnswerRe: database Pin
Nouman Bhatti4-Sep-07 21:51
Nouman Bhatti4-Sep-07 21:51 
QuestionQuestion about Extending a Typed DataSet Using Partial Classes Pin
CalvinWang4-Sep-07 16:10
CalvinWang4-Sep-07 16:10 
QuestionFile? or A Folder? Pin
Adrian Soon4-Sep-07 15:41
Adrian Soon4-Sep-07 15:41 
AnswerRe: File? or A Folder? Pin
Christian Graus4-Sep-07 15:51
protectorChristian Graus4-Sep-07 15:51 
GeneralRe: File? or A Folder? Pin
Spacix One4-Sep-07 15:59
Spacix One4-Sep-07 15:59 
GeneralRe: File? or A Folder? Pin
Adrian Soon4-Sep-07 16:04
Adrian Soon4-Sep-07 16:04 
GeneralRe: File? or A Folder? Pin
Christian Graus4-Sep-07 16:14
protectorChristian Graus4-Sep-07 16:14 
GeneralRe: File? or A Folder? Pin
Adrian Soon4-Sep-07 16:19
Adrian Soon4-Sep-07 16:19 
GeneralRe: File? or A Folder? Pin
Christian Graus4-Sep-07 17:24
protectorChristian Graus4-Sep-07 17:24 
GeneralRe: File? or A Folder? Pin
Adrian Soon4-Sep-07 21:23
Adrian Soon4-Sep-07 21:23 
AnswerRe: File? or A Folder? Pin
Vasudevan Deepak Kumar4-Sep-07 20:09
Vasudevan Deepak Kumar4-Sep-07 20:09 

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.