Click here to Skip to main content
15,898,987 members
Home / Discussions / C#
   

C#

 
QuestionStartup app Pin
Phoen251-Jun-06 3:38
Phoen251-Jun-06 3:38 
AnswerRe: Startup app Pin
stancrm1-Jun-06 4:46
stancrm1-Jun-06 4:46 
GeneralRe: Startup app Pin
Phoen251-Jun-06 6:22
Phoen251-Jun-06 6:22 
GeneralRe: Startup app Pin
NaNg152411-Jun-06 11:25
NaNg152411-Jun-06 11:25 
Questioncontrols in datagridview [modified] Pin
kjosh1-Jun-06 3:09
kjosh1-Jun-06 3:09 
AnswerRe: controls in datagridview [modified] Pin
Drew McGhie1-Jun-06 4:17
Drew McGhie1-Jun-06 4:17 
Questionmailing excel file from C# windows application Pin
aakar1-Jun-06 2:44
aakar1-Jun-06 2:44 
AnswerRe: mailing excel file from C# windows application Pin
Stephan Samuel1-Jun-06 6:34
Stephan Samuel1-Jun-06 6:34 
The header on an Excel file contains a null early on, around 10 characters in. If you're sending the contents of a file as a string, it'll hit the null and consider that the end of the file and not send the rest. Take a look at the size of the received attachment: is it resonable? A completely empty Excel 2003 file is 13824 bytes, so if it's much less than that, this is probably what's happening.

Post a code snippet of your attach and send call. You may be missing (or the framework may be missing) something to designate your attachment as binary.


Stephan
QuestionNewbie Datagrid question. Pin
grumb1e1-Jun-06 2:34
grumb1e1-Jun-06 2:34 
AnswerRe: Newbie Datagrid question. Pin
Larantz1-Jun-06 9:34
Larantz1-Jun-06 9:34 
Questionexcel namespace ??? Pin
cmpeng341-Jun-06 1:55
cmpeng341-Jun-06 1:55 
AnswerRe: excel namespace ??? Pin
NaNg152411-Jun-06 3:26
NaNg152411-Jun-06 3:26 
QuestionFile.Open method for large files Pin
nemopeti1-Jun-06 1:36
nemopeti1-Jun-06 1:36 
AnswerRe: File.Open method for large files Pin
Guffa1-Jun-06 1:54
Guffa1-Jun-06 1:54 
GeneralRe: File.Open method for large files [modified] Pin
nemopeti1-Jun-06 4:28
nemopeti1-Jun-06 4:28 
GeneralRe: File.Open method for large files [modified] Pin
Dan Neely1-Jun-06 4:55
Dan Neely1-Jun-06 4:55 
AnswerRe: File.Open method for large files [modified] Pin
Guffa1-Jun-06 6:42
Guffa1-Jun-06 6:42 
GeneralRe: File.Open method for large files [modified] Pin
Dan Neely1-Jun-06 7:18
Dan Neely1-Jun-06 7:18 
AnswerRe: File.Open method for large files [modified] Pin
Guffa1-Jun-06 12:21
Guffa1-Jun-06 12:21 
Questionwant to enhance MenuItem with right click event in the same manner as Favorites in Internet Explorer Pin
ShasDe1-Jun-06 1:35
ShasDe1-Jun-06 1:35 
QuestionMSMXL DOM to .NET class Pin
ssanoj1-Jun-06 1:35
ssanoj1-Jun-06 1:35 
AnswerRe: MSMXL DOM to .NET class Pin
Stephan Samuel1-Jun-06 6:38
Stephan Samuel1-Jun-06 6:38 
GeneralRe: MSMXL DOM to .NET class Pin
ssanoj2-Jun-06 1:38
ssanoj2-Jun-06 1:38 
AnswerRe: MSMXL DOM to .NET class Pin
Larantz1-Jun-06 9:46
Larantz1-Jun-06 9:46 
QuestionAutomation ?!?!?! Pin
suguimoto1-Jun-06 1:10
suguimoto1-Jun-06 1:10 

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.