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

C#

 
AnswerRe: Create a Sitemap User Control by using Recursion Pin
OriginalGriff5-Jan-11 2:51
mveOriginalGriff5-Jan-11 2:51 
GeneralRe: Create a Sitemap User Control by using Recursion Pin
JacquesDP5-Jan-11 2:57
JacquesDP5-Jan-11 2:57 
AnswerRe: Create a Sitemap User Control by using Recursion Pin
Abhinav S4-Jan-11 20:51
Abhinav S4-Jan-11 20:51 
QuestionUsing rdpsign.exe with c sharp and where to get it Pin
turbosupramk34-Jan-11 12:52
turbosupramk34-Jan-11 12:52 
AnswerRe: Using rdpsign.exe with c sharp and where to get it Pin
Dave Kreskowiak4-Jan-11 16:15
mveDave Kreskowiak4-Jan-11 16:15 
GeneralRe: Using rdpsign.exe with c sharp and where to get it [modified] Pin
turbosupramk34-Jan-11 16:41
turbosupramk34-Jan-11 16:41 
QuestionCreate a new additional function to use with Cristal Report (VS2005) Pin
martinergb4-Jan-11 7:02
martinergb4-Jan-11 7:02 
Questiondatagridview cell type Pin
csrss4-Jan-11 6:23
csrss4-Jan-11 6:23 
The question is:
How to get current cell type? i got a loop like this:

foreach (DataGridViewRow row in dgv.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
/*and here i got like:*/
String HeaderName = cell.OwningColumn.HeaderText;
/*and now i need to get a cell type so i know it is for example combobox cell and not a button cell or checkbox cell?*/
}
}


So the question is, how do i get a cell type, for example, is it combobox cell type, or textbox cell type, or button cell type, or checkbox cell type? Or, in other words, do my current processing cell belongs to a column of type DataGridViewComboBoxColumn or DataGridVieTextBoxColumn, or DataGridViewButtonColumn?
thanks
011011010110000101100011011010000110100101101110
0110010101110011

AnswerRe: datagridview cell type Pin
Dave Kreskowiak4-Jan-11 6:40
mveDave Kreskowiak4-Jan-11 6:40 
GeneralRe: datagridview cell type Pin
csrss4-Jan-11 7:02
csrss4-Jan-11 7:02 
AnswerRe: datagridview cell type Pin
Luc Pattyn4-Jan-11 7:01
sitebuilderLuc Pattyn4-Jan-11 7:01 
GeneralRe: datagridview cell type Pin
csrss4-Jan-11 7:04
csrss4-Jan-11 7:04 
QuestionDebug.Trace - wish it to act like ASSERT in MFC Pin
bob169724-Jan-11 6:05
bob169724-Jan-11 6:05 
AnswerRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
Dave Kreskowiak4-Jan-11 6:36
mveDave Kreskowiak4-Jan-11 6:36 
GeneralRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
bob169724-Jan-11 6:42
bob169724-Jan-11 6:42 
AnswerRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
Rob Philpott4-Jan-11 6:46
Rob Philpott4-Jan-11 6:46 
GeneralRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
bob169724-Jan-11 7:10
bob169724-Jan-11 7:10 
GeneralRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
jschell4-Jan-11 8:07
jschell4-Jan-11 8:07 
AnswerRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
#realJSOP4-Jan-11 6:47
professional#realJSOP4-Jan-11 6:47 
GeneralRe: Debug.Trace - wish it to act like ASSERT in MFC Pin
bob169724-Jan-11 7:01
bob169724-Jan-11 7:01 
QuestionDrawlines on different levels Pin
AlexB474-Jan-11 6:04
AlexB474-Jan-11 6:04 
AnswerRe: Drawlines on different levels Pin
Luc Pattyn4-Jan-11 6:21
sitebuilderLuc Pattyn4-Jan-11 6:21 
GeneralRe: Drawlines on different levels Pin
AlexB474-Jan-11 13:56
AlexB474-Jan-11 13:56 
GeneralRe: Drawlines on different levels Pin
AlexB474-Jan-11 15:23
AlexB474-Jan-11 15:23 
GeneralRe: Drawlines on different levels Pin
Luc Pattyn4-Jan-11 15:25
sitebuilderLuc Pattyn4-Jan-11 15:25 

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.