Click here to Skip to main content
15,911,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ques. in VC#.Net Pin
Daniel Persson29-Jun-06 2:26
Daniel Persson29-Jun-06 2:26 
GeneralRe: Ques. in VC#.Net Pin
Andy Rama29-Jun-06 3:09
Andy Rama29-Jun-06 3:09 
GeneralRe: Ques. in VC#.Net Pin
Daniel Persson29-Jun-06 3:51
Daniel Persson29-Jun-06 3:51 
GeneralRe: Ques. in VC#.Net Pin
Andy Rama29-Jun-06 4:28
Andy Rama29-Jun-06 4:28 
QuestionRowState Pin
matmir29-Jun-06 0:54
matmir29-Jun-06 0:54 
AnswerRe: RowState Pin
synunn29-Jun-06 3:31
synunn29-Jun-06 3:31 
QuestionAdd inline images To Mail C# Pin
Sushant Duggal29-Jun-06 0:02
Sushant Duggal29-Jun-06 0:02 
AnswerRe: Add inline images To Mail C# [modified] Pin
Corinna John29-Jun-06 1:10
Corinna John29-Jun-06 1:10 
If you use Outlook automation to send the mails, just insert the attachement at a position in (not after) the text:
outlookItem.Attachments.Add(
fileName, 
OlAttachmentType.olByValue,
newItem.Body.Length+1, //This would ad it AFTER the text. Replace with the position you like
fileNameWithoutPath);

If you don't send the mails in an Outlook/Exchange environment, I suggest you forget it, because most email clients won't display the attachment inline unless you format a proper HTML email body with image tags referencing the attachments.
GeneralRe: Add inline images To Mail C# Pin
Sushant Duggal3-Jul-06 0:21
Sushant Duggal3-Jul-06 0:21 
QuestionChanging Mouse Cursor Pin
synunn29-Jun-06 0:02
synunn29-Jun-06 0:02 
AnswerChanging Mouse Cursor - Continued Pin
synunn29-Jun-06 3:41
synunn29-Jun-06 3:41 
AnswerRe: Changing Mouse Cursor - Continued Pin
Guffa29-Jun-06 3:59
Guffa29-Jun-06 3:59 
GeneralRe: Changing Mouse Cursor - Continued Pin
synunn29-Jun-06 4:33
synunn29-Jun-06 4:33 
AnswerRe: Changing Mouse Cursor - Continued Pin
Guffa29-Jun-06 13:20
Guffa29-Jun-06 13:20 
GeneralRe: Changing Mouse Cursor - Continued Pin
synunn29-Jun-06 22:31
synunn29-Jun-06 22:31 
GeneralRe: Changing Mouse Cursor - Continued Pin
Guffa30-Jun-06 5:27
Guffa30-Jun-06 5:27 
GeneralRe: Changing Mouse Cursor - Continued Pin
synunn5-Jul-06 13:55
synunn5-Jul-06 13:55 
GeneralRe: Changing Mouse Cursor - Continued Pin
synunn5-Jul-06 13:55
synunn5-Jul-06 13:55 
Questioncompress int to shorter char array (e.g. 12345 --> 3a2) Pin
M-200029-Jun-06 0:02
M-200029-Jun-06 0:02 
AnswerRe: compress int to shorter char array (e.g. 12345 --> 3a2) Pin
stancrm29-Jun-06 1:23
stancrm29-Jun-06 1:23 
AnswerRe: compress int to shorter char array (e.g. 12345 --> 3a2) Pin
GDavy29-Jun-06 1:34
GDavy29-Jun-06 1:34 
GeneralRe: compress int to shorter char array (e.g. 12345 --> 3a2) Pin
M-200029-Jun-06 1:41
M-200029-Jun-06 1:41 
AnswerRe: compress int to shorter char array (e.g. 12345 --> 3a2) Pin
leppie29-Jun-06 1:49
leppie29-Jun-06 1:49 
QuestionHow to Add Image to Column? Pin
AnupaK28-Jun-06 23:49
AnupaK28-Jun-06 23:49 
AnswerRe: How to Add Image to Column? Pin
Kais4U29-Jun-06 0:40
Kais4U29-Jun-06 0:40 

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.