Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
QuestionRecieve Mails to a mailbox c# new program Pin
alonchap9-Jun-09 1:45
alonchap9-Jun-09 1:45 
AnswerRe: Recieve Mails to a mailbox c# new program Pin
Eddy Vluggen9-Jun-09 6:59
professionalEddy Vluggen9-Jun-09 6:59 
GeneralRe: Recieve Mails to a mailbox c# new program Pin
alonchap9-Jun-09 9:13
alonchap9-Jun-09 9:13 
GeneralRe: Recieve Mails to a mailbox c# new program Pin
Eddy Vluggen9-Jun-09 11:42
professionalEddy Vluggen9-Jun-09 11:42 
GeneralRe: Recieve Mails to a mailbox c# new program Pin
alonchap9-Jun-09 19:27
alonchap9-Jun-09 19:27 
GeneralRe: Recieve Mails to a mailbox c# new program Pin
Eddy Vluggen9-Jun-09 19:48
professionalEddy Vluggen9-Jun-09 19:48 
GeneralRe: Recieve Mails to a mailbox c# new program Pin
alonchap9-Jun-09 19:54
alonchap9-Jun-09 19:54 
QuestionHow to get dataGridView ComboBoxCell Value Pin
jasper0189-Jun-09 1:40
jasper0189-Jun-09 1:40 
Hello All,

I hope someone can help. I have a dataGridView populated with data, I have added a dataGridViewComboBoxColumn. The dataGridViewComboBoxColumn is populated per row. That all works great. The issue I am having is getting the value of a dataGridViewComboBoxColumn Cell.

The last thing I tired is:

DataGridViewComboBoxCell cell = dataGridView1[cntR, cntC] as DataGridViewComboBoxCell;
string val = cell.ValueMember.ToString();
string val2 = cell.Value.ToString();

Which always returns "" for both.

Any help would really be great.

j
QuestionFace Recognition Pin
Abydosgater9-Jun-09 1:10
Abydosgater9-Jun-09 1:10 
AnswerRe: Face Recognition Pin
Christian Graus9-Jun-09 1:15
protectorChristian Graus9-Jun-09 1:15 
GeneralRe: Face Recognition Pin
Abydosgater9-Jun-09 1:17
Abydosgater9-Jun-09 1:17 
AnswerRe: Face Recognition Pin
Baeltazor9-Jun-09 1:30
Baeltazor9-Jun-09 1:30 
GeneralRe: Face Recognition Pin
Abydosgater9-Jun-09 1:34
Abydosgater9-Jun-09 1:34 
GeneralRe: Face Recognition Pin
Baeltazor9-Jun-09 1:39
Baeltazor9-Jun-09 1:39 
QuestionVSTO PowerPoint/Excel Interaction Pin
staticv9-Jun-09 1:00
staticv9-Jun-09 1:00 
QuestionRemotingConfiguration.CustomErrors Enabled(true)? Pin
Reddy Prakash9-Jun-09 0:58
Reddy Prakash9-Jun-09 0:58 
QuestionHow to run own filetype as .net exe Pin
Joe Rozario9-Jun-09 0:38
Joe Rozario9-Jun-09 0:38 
AnswerRe: How to run own filetype as .net exe Pin
Christian Graus9-Jun-09 0:45
protectorChristian Graus9-Jun-09 0:45 
GeneralRe: How to run own filetype as .net exe Pin
Joe Rozario9-Jun-09 1:55
Joe Rozario9-Jun-09 1:55 
AnswerRe: How to run own filetype as .net exe Pin
Rajesh R Subramanian9-Jun-09 1:04
professionalRajesh R Subramanian9-Jun-09 1:04 
GeneralRe: How to run own filetype as .net exe Pin
Joe Rozario9-Jun-09 1:59
Joe Rozario9-Jun-09 1:59 
GeneralRe: How to run own filetype as .net exe Pin
harold aptroot9-Jun-09 2:20
harold aptroot9-Jun-09 2:20 
GeneralRe: How to run own filetype as .net exe Pin
Rajesh R Subramanian9-Jun-09 2:43
professionalRajesh R Subramanian9-Jun-09 2:43 
AnswerRe: How to run own filetype as .net exe Pin
Giorgi Dalakishvili9-Jun-09 1:37
mentorGiorgi Dalakishvili9-Jun-09 1:37 
GeneralRe: How to run own filetype as .net exe Pin
Joe Rozario9-Jun-09 2:02
Joe Rozario9-Jun-09 2:02 

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.