Click here to Skip to main content
16,020,261 members
Home / Discussions / C#
   

C#

 
QuestionHow to convert text file pdf? Pin
Sunil G10-Jan-10 21:37
Sunil G10-Jan-10 21:37 
AnswerMessage Closed Pin
10-Jan-10 22:13
stancrm10-Jan-10 22:13 
GeneralRe: How to export data into excel or pdf? Pin
Sunil G10-Jan-10 23:06
Sunil G10-Jan-10 23:06 
GeneralRe: How to export data into excel or pdf? Pin
Dave Kreskowiak11-Jan-10 1:13
mveDave Kreskowiak11-Jan-10 1:13 
GeneralRe: How to export data into excel or pdf? Pin
Sunil G11-Jan-10 21:44
Sunil G11-Jan-10 21:44 
GeneralRe: How to export data into excel or pdf? Pin
Dave Kreskowiak12-Jan-10 1:10
mveDave Kreskowiak12-Jan-10 1:10 
Questionbuffer size in c# Pin
anishkannan10-Jan-10 21:34
anishkannan10-Jan-10 21:34 
AnswerRe: buffer size in c# Pin
Nicholas Butler10-Jan-10 21:42
sitebuilderNicholas Butler10-Jan-10 21:42 
The effective limit is how much RAM your users are going to have.

Int32.MaxValue is about 2GB, which is probably too much to assume is present on your users' machines

Int64.MaxValue is about 1019 which is a ridiculously large number.

Why do you need such a large buffer in the first place? You might want to re-think your algorithm.

Nick

----------------------------------
Be excellent to each other Smile | :)

GeneralRe: buffer size in c# Pin
anishkannan10-Jan-10 23:28
anishkannan10-Jan-10 23:28 
QuestionRefresh form1 from form2 Pin
misCafe10-Jan-10 20:52
misCafe10-Jan-10 20:52 
AnswerRe: Refresh form1 from form2 Pin
Nicholas Butler10-Jan-10 21:36
sitebuilderNicholas Butler10-Jan-10 21:36 
GeneralRe: Refresh form1 from form2 Pin
misCafe10-Jan-10 21:43
misCafe10-Jan-10 21:43 
QuestionWhat is COM Interop in C#? Pin
deadlyabbas10-Jan-10 20:24
deadlyabbas10-Jan-10 20:24 
AnswerRe: What is COM Interop in C#? Pin
Abhinav S10-Jan-10 20:39
Abhinav S10-Jan-10 20:39 
Questionini file Pin
Member 59031010-Jan-10 19:49
Member 59031010-Jan-10 19:49 
AnswerRe: ini file Pin
Kubajzz10-Jan-10 20:12
Kubajzz10-Jan-10 20:12 
AnswerRe: ini file Pin
April Fans11-Jan-10 15:39
April Fans11-Jan-10 15:39 
GeneralRe: ini file Pin
Sunil G12-Jan-10 20:48
Sunil G12-Jan-10 20:48 
QuestionHiring an expert C# programmer with knowledge of UIAutomation Pin
jignesh2410-Jan-10 18:44
jignesh2410-Jan-10 18:44 
AnswerRe: Hiring an expert C# programmer with knowledge of UIAutomation Pin
J4amieC11-Jan-10 1:44
J4amieC11-Jan-10 1:44 
AnswerRe: Hiring an expert C# programmer with knowledge of UIAutomation Pin
Ashfield11-Jan-10 3:53
Ashfield11-Jan-10 3:53 
Questionhow to stop the current process Pin
scoket10-Jan-10 16:37
scoket10-Jan-10 16:37 
AnswerRe: how to stop the current process Pin
Kubajzz10-Jan-10 18:34
Kubajzz10-Jan-10 18:34 
GeneralRe: how to stop the current process Pin
scoket10-Jan-10 19:24
scoket10-Jan-10 19:24 
Questionuse insert command on c# form to access database Pin
johnnysmith110-Jan-10 14:16
johnnysmith110-Jan-10 14: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.