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

C#

 
GeneralCombo binding Pin
Ista29-Jul-03 9:10
Ista29-Jul-03 9:10 
Questiondatagrid how to disable new row?? Pin
mdolby29-Jul-03 9:02
mdolby29-Jul-03 9:02 
AnswerRe: datagrid how to disable new row?? Pin
Ista29-Jul-03 9:11
Ista29-Jul-03 9:11 
Generalwhich installer Pin
mdolby29-Jul-03 8:54
mdolby29-Jul-03 8:54 
GeneralRe: which installer Pin
Alex Korchemniy29-Jul-03 12:45
Alex Korchemniy29-Jul-03 12:45 
GeneralComboBox limiting editing Pin
Ista29-Jul-03 5:52
Ista29-Jul-03 5:52 
GeneralRe: ComboBox limiting editing Pin
Zachery29-Jul-03 6:03
Zachery29-Jul-03 6:03 
GeneralRe: ComboBox limiting editing Pin
Ista29-Jul-03 6:08
Ista29-Jul-03 6:08 
GeneralRe: ComboBox limiting editing Pin
Arjan Einbu29-Jul-03 6:45
Arjan Einbu29-Jul-03 6:45 
GeneralRe: ComboBox limiting editing Pin
Ista29-Jul-03 9:10
Ista29-Jul-03 9:10 
GeneralRe: ComboBox limiting editing Pin
Ista29-Jul-03 9:10
Ista29-Jul-03 9:10 
GeneralRe: ComboBox limiting editing Pin
Ista29-Jul-03 9:12
Ista29-Jul-03 9:12 
GeneralFocus Question Pin
Zachery29-Jul-03 5:41
Zachery29-Jul-03 5:41 
GeneralRe: Focus Question Pin
Alex Korchemniy29-Jul-03 7:13
Alex Korchemniy29-Jul-03 7:13 
GeneralRe: Focus Question Pin
J. Dunlap29-Jul-03 8:20
J. Dunlap29-Jul-03 8:20 
Generalgraphic control question.... Pin
LongRange.Shooter29-Jul-03 5:39
LongRange.Shooter29-Jul-03 5:39 
GeneralRe: graphic control question.... Pin
leppie29-Jul-03 7:00
leppie29-Jul-03 7:00 
GeneralMessageBox & Interesting User Requests Pin
MrEyes29-Jul-03 4:18
MrEyes29-Jul-03 4:18 
GeneralRe: MessageBox & Interesting User Requests Pin
Ista30-Jul-03 4:24
Ista30-Jul-03 4:24 
GeneralRe: MessageBox & Interesting User Requests Pin
MrEyes30-Jul-03 4:55
MrEyes30-Jul-03 4:55 
GeneralRe: MessageBox & Interesting User Requests Pin
Ista30-Jul-03 8:27
Ista30-Jul-03 8:27 
GeneralRe: MessageBox & Interesting User Requests Pin
Ista30-Jul-03 8:28
Ista30-Jul-03 8:28 
GeneralMS Outlook MailItem attachments problem Pin
..Hubert..29-Jul-03 2:50
..Hubert..29-Jul-03 2:50 
Hi!
How to properly add attachment to new Outlook.MailItem ?
I've made it that way:
this.mail.Attachments.Add(FileName,1, null, fname);
It looks correct, I can also save this attachment by calling
this.mail.Attachments.Item[i].SaveAsFile(FileName);
but the problem is that attachments are not sent with the message (or maybe they are included, but not "visible" in outlook).
Any ideas?
thanx
h.


GeneralEnterprise security for remoting,etc... Pin
SimonS29-Jul-03 2:19
SimonS29-Jul-03 2:19 
GeneralMicrosoft Web Browser problem Pin
Meysam Mahfouzi29-Jul-03 2:16
Meysam Mahfouzi29-Jul-03 2: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.