Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
AnswerRe: txText control Pin
Giorgi Dalakishvili10-May-07 1:54
mentorGiorgi Dalakishvili10-May-07 1:54 
AnswerRe: [Message Deleted] Pin
Colin Angus Mackay10-May-07 2:01
Colin Angus Mackay10-May-07 2:01 
QuestionOnLeave event is not firing !? Pin
kumar.bs10-May-07 1:16
kumar.bs10-May-07 1:16 
AnswerRe: OnLeave event is not firing !? Pin
Martin#10-May-07 1:49
Martin#10-May-07 1:49 
Questionread excel file loaded in memory Pin
haytham_mohammad10-May-07 1:09
haytham_mohammad10-May-07 1:09 
AnswerRe: read excel file loaded in memory Pin
led mike10-May-07 5:13
led mike10-May-07 5:13 
QuestionFiles size? Pin
Muammar©10-May-07 0:50
Muammar©10-May-07 0:50 
AnswerRe: Files size? Pin
Mandaar Kulkarni10-May-07 1:00
Mandaar Kulkarni10-May-07 1:00 
Try This....

foreach (string file in arSourceFiles)
{
FileInfo finfo = new FileInfo(file);
int filesize = finfo.Length; // Length returns the size of file.
}
GeneralRe: Files size? Pin
Muammar©10-May-07 1:43
Muammar©10-May-07 1:43 
AnswerRe: Files size? Pin
Martin#10-May-07 1:55
Martin#10-May-07 1:55 
GeneralRe: Files size? Pin
szukuro10-May-07 2:48
szukuro10-May-07 2:48 
GeneralRe: Files size? Pin
Martin#10-May-07 2:53
Martin#10-May-07 2:53 
QuestionMerging DataSets and committing changes + help please. Pin
Naveed Kamboh10-May-07 0:27
Naveed Kamboh10-May-07 0:27 
AnswerRe: Merging DataSets and committing changes + help please. Pin
Muammar©10-May-07 0:52
Muammar©10-May-07 0:52 
GeneralRe: Merging DataSets and committing changes + help please. Pin
Naveed Kamboh10-May-07 1:25
Naveed Kamboh10-May-07 1:25 
QuestionError in using CrystalReportViwere Control! Pin
dina_aqua10-May-07 0:21
dina_aqua10-May-07 0:21 
QuestionHighlight button Pin
immu510-May-07 0:19
immu510-May-07 0:19 
AnswerRe: Highlight button Pin
Mandaar Kulkarni10-May-07 0:38
Mandaar Kulkarni10-May-07 0:38 
QuestionInsert record and get it's ID Pin
blackjack215010-May-07 0:02
blackjack215010-May-07 0:02 
AnswerRe: Insert record and get it's ID Pin
Colin Angus Mackay10-May-07 0:08
Colin Angus Mackay10-May-07 0:08 
AnswerRe: Insert record and get it's ID Pin
tcss10-May-07 0:26
tcss10-May-07 0:26 
AnswerRe: Insert record and get it's ID Pin
blackjack215010-May-07 0:27
blackjack215010-May-07 0:27 
GeneralRe: Insert record and get it's ID Pin
Colin Angus Mackay10-May-07 2:02
Colin Angus Mackay10-May-07 2:02 
QuestionCryptography Pin
Mr Perfect9-May-07 23:49
Mr Perfect9-May-07 23:49 
AnswerRe: Cryptography Pin
blackjack215010-May-07 0:01
blackjack215010-May-07 0:01 

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.