Click here to Skip to main content
15,883,838 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to lock record when inserting Pin
Nader Elshehabi6-Jul-08 0:29
Nader Elshehabi6-Jul-08 0:29 
GeneralRe: How to lock record when inserting Pin
dabuskol6-Jul-08 1:01
dabuskol6-Jul-08 1:01 
GeneralRe: How to lock record when inserting Pin
Nader Elshehabi6-Jul-08 1:13
Nader Elshehabi6-Jul-08 1:13 
AnswerRe: How to lock record when inserting Pin
Pete O'Hanlon6-Jul-08 11:09
mvePete O'Hanlon6-Jul-08 11:09 
QuestionQuestion about running threads in C# Pin
Yanshof5-Jul-08 21:46
Yanshof5-Jul-08 21:46 
AnswerRe: Question about running threads in C# Pin
Nader Elshehabi6-Jul-08 0:50
Nader Elshehabi6-Jul-08 0:50 
QuestionEditing DataGridViewImageCell? Pin
anton-095-Jul-08 19:34
anton-095-Jul-08 19:34 
AnswerRe: Editing DataGridViewImageCell? Pin
Nader Elshehabi6-Jul-08 0:54
Nader Elshehabi6-Jul-08 0:54 
You are in the right direction. You should derive from DataGridViewImageCell class, and set your DataGridViewImageColumn.Template property to that class.

For the editing support, there is a control associated with each DataGridViewCell. I believe you should set MyNewImageCellType.EditType = typeof(TextBox); or something!

RegardsRose | [Rose]

QuestionVS2005 whether there are similar delphi in the control Notebook Pin
ChinaTJBoy5-Jul-08 17:54
ChinaTJBoy5-Jul-08 17:54 
AnswerRe: VS2005 whether there are similar delphi in the control Notebook Pin
Nader Elshehabi6-Jul-08 0:20
Nader Elshehabi6-Jul-08 0:20 
Questionhow to change DataGridView Event calling sequence Pin
Xmen Real 5-Jul-08 17:49
professional Xmen Real 5-Jul-08 17:49 
AnswerRe: how to change DataGridView Event calling sequence Pin
Nader Elshehabi6-Jul-08 0:18
Nader Elshehabi6-Jul-08 0:18 
GeneralRe: how to change DataGridView Event calling sequence Pin
Xmen Real 6-Jul-08 0:23
professional Xmen Real 6-Jul-08 0:23 
GeneralRe: how to change DataGridView Event calling sequence Pin
Nader Elshehabi6-Jul-08 1:03
Nader Elshehabi6-Jul-08 1:03 
GeneralRe: how to change DataGridView Event calling sequence Pin
Xmen Real 6-Jul-08 2:26
professional Xmen Real 6-Jul-08 2:26 
GeneralRe: how to change DataGridView Event calling sequence Pin
Nader Elshehabi6-Jul-08 2:52
Nader Elshehabi6-Jul-08 2:52 
GeneralRe: how to change DataGridView Event calling sequence Pin
Xmen Real 6-Jul-08 2:55
professional Xmen Real 6-Jul-08 2:55 
GeneralRe: how to change DataGridView Event calling sequence Pin
Xmen Real 6-Jul-08 5:39
professional Xmen Real 6-Jul-08 5:39 
QuestionWhat are your suggestions ? Pin
Mohammad Dayyan5-Jul-08 14:24
Mohammad Dayyan5-Jul-08 14:24 
AnswerRe: What are your suggestions ? Pin
Christian Graus5-Jul-08 15:40
protectorChristian Graus5-Jul-08 15:40 
GeneralRe: What are your suggestions ? Pin
Mohammad Dayyan5-Jul-08 16:21
Mohammad Dayyan5-Jul-08 16:21 
GeneralRe: What are your suggestions ? Pin
Christian Graus5-Jul-08 16:22
protectorChristian Graus5-Jul-08 16:22 
GeneralRe: What are your suggestions ? Pin
Mohammad Dayyan5-Jul-08 16:34
Mohammad Dayyan5-Jul-08 16:34 
AnswerRe: What are your suggestions ? Pin
Luc Pattyn5-Jul-08 16:24
sitebuilderLuc Pattyn5-Jul-08 16:24 
GeneralRe: What are your suggestions ? Pin
Mohammad Dayyan5-Jul-08 16:38
Mohammad Dayyan5-Jul-08 16:38 

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.