Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using C++ class in C# Pin
Not Active30-Sep-10 3:51
mentorNot Active30-Sep-10 3:51 
QuestionRe: Using C++ class in C# Pin
Nematjon Rahmanov30-Sep-10 3:57
Nematjon Rahmanov30-Sep-10 3:57 
AnswerRe: Using C++ class in C# Pin
Saksida Bojan30-Sep-10 6:54
Saksida Bojan30-Sep-10 6:54 
GeneralRe: Using C++ class in C# [modified] Pin
Ziad Elmalki30-Sep-10 23:04
Ziad Elmalki30-Sep-10 23:04 
AnswerRe: Using C++ class in C# Pin
cepi691-Oct-10 5:08
cepi691-Oct-10 5:08 
QuestionActive directory permissions management Pin
allstarmisho30-Sep-10 1:44
allstarmisho30-Sep-10 1:44 
AnswerRe: Active directory permissions management Pin
Eddy Vluggen30-Sep-10 6:29
professionalEddy Vluggen30-Sep-10 6:29 
QuestionHow to compare the image in datagridviewImage column Pin
NarVish30-Sep-10 0:31
NarVish30-Sep-10 0:31 
Hi,

One of the column type in my datagridview is datagridviewImage column. it has "recyclebin" image. If I'm try to edit the row, recyclebin image will be changed to edit image.
The problem is, how to know which row is having edit image and which row is having recyclebin image.
I used the below statement to compare, but its not working.

if (dgvIdentifiers["Recycle", e.RowIndex].Value == Resources.recycle)


Note:recycle is the image, resided in Resources
AnswerRe: How to compare the image in datagridviewImage column Pin
Henry Minute30-Sep-10 1:51
Henry Minute30-Sep-10 1:51 
GeneralRe: How to compare the image in datagridviewImage column Pin
NarVish30-Sep-10 18:56
NarVish30-Sep-10 18:56 
GeneralRe: How to compare the image in datagridviewImage column Pin
Henry Minute30-Sep-10 18:57
Henry Minute30-Sep-10 18:57 
QuestionConsole Apps for Assemblyinfo.cs version number update. Pin
123!@#aruk29-Sep-10 18:57
123!@#aruk29-Sep-10 18:57 
AnswerRe: Console Apps for Assemblyinfo.cs version number update. Pin
SeMartens29-Sep-10 20:51
SeMartens29-Sep-10 20:51 
GeneralRe: Console Apps for Assemblyinfo.cs version number update. Pin
123!@#aruk30-Sep-10 20:39
123!@#aruk30-Sep-10 20:39 
AnswerRe: Console Apps for Assemblyinfo.cs version number update. Pin
Pete O'Hanlon29-Sep-10 21:54
mvePete O'Hanlon29-Sep-10 21:54 
AnswerRe: Console Apps for Assemblyinfo.cs version number update. Pin
PIEBALDconsult30-Sep-10 3:26
mvePIEBALDconsult30-Sep-10 3:26 
QuestionWPF MVVM Navigation Pin
eddieangel29-Sep-10 11:55
eddieangel29-Sep-10 11:55 
AnswerRe: WPF MVVM Navigation Pin
Arun Jacob29-Sep-10 18:38
Arun Jacob29-Sep-10 18:38 
AnswerRe: WPF MVVM Navigation Pin
Pete O'Hanlon29-Sep-10 21:51
mvePete O'Hanlon29-Sep-10 21:51 
GeneralRe: WPF MVVM Navigation Pin
eddieangel30-Sep-10 6:27
eddieangel30-Sep-10 6:27 
GeneralRe: WPF MVVM Navigation Pin
Pete O'Hanlon30-Sep-10 10:04
mvePete O'Hanlon30-Sep-10 10:04 
Questionreceiving data from usb port Pin
Zafar24829-Sep-10 4:39
Zafar24829-Sep-10 4:39 
AnswerRe: receiving data from usb port Pin
OriginalGriff29-Sep-10 4:51
mveOriginalGriff29-Sep-10 4:51 
GeneralRe: receiving data from usb port Pin
Sauro Viti29-Sep-10 4:56
professionalSauro Viti29-Sep-10 4:56 
GeneralRe: receiving data from usb port Pin
Dave Kreskowiak29-Sep-10 5:48
mveDave Kreskowiak29-Sep-10 5:48 

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.