Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using GetMessage in C# Pin
baranils4-Jan-11 19:41
baranils4-Jan-11 19:41 
GeneralRe: Using GetMessage in C# Pin
kubben5-Jan-11 1:56
kubben5-Jan-11 1:56 
GeneralRe: Using GetMessage in C# Pin
baranils5-Jan-11 2:23
baranils5-Jan-11 2:23 
GeneralRe: Using GetMessage in C# Pin
kubben5-Jan-11 2:42
kubben5-Jan-11 2:42 
GeneralRe: Using GetMessage in C# Pin
baranils5-Jan-11 3:44
baranils5-Jan-11 3:44 
Questionautogenerated delete button Pin
tauras8131-May-07 2:32
tauras8131-May-07 2:32 
AnswerRe: autogenerated delete button Pin
kubben31-May-07 3:08
kubben31-May-07 3:08 
AnswerRe: autogenerated delete button Pin
Manoj Kumar Rai31-May-07 4:59
professionalManoj Kumar Rai31-May-07 4:59 
Hi,
You can use DataGridView control on a windowform.

1) Select the DataGridView control and right click on it.
2) Select the "Add Column"/"Edit Column" option from from the popup menu to define and modify the column types.
3) In the dialog you can define the column. Also you can set the "ColumnType" property as "DataGridViewButtonColumn" for the column you want to display a Delete Button.
4) Please note that you can make these buttons conditionally in-visible.

Manoj
Never Gives up

Questionautomated delete button in grid view Pin
tauras8131-May-07 2:31
tauras8131-May-07 2:31 
QuestionSMS log file deleting tool Pin
Software_Specialist31-May-07 2:03
Software_Specialist31-May-07 2:03 
Questionprevent System.Windows.Forms.TabControl.ControlCollection to change SelectedIndex at Remove method Pin
Martin#31-May-07 0:30
Martin#31-May-07 0:30 
QuestionLoading multiple assemblies Pin
Raja Gupta31-May-07 0:17
Raja Gupta31-May-07 0:17 
QuestionPartial declaration error in C#. Pin
C#Coudou31-May-07 0:14
C#Coudou31-May-07 0:14 
AnswerRe: Partial declaration error in C#. Pin
Christian Graus31-May-07 0:21
protectorChristian Graus31-May-07 0:21 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:35
C#Coudou31-May-07 0:35 
GeneralRe: Partial declaration error in C#. Pin
andre_swnpl31-May-07 0:47
andre_swnpl31-May-07 0:47 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:55
C#Coudou31-May-07 0:55 
GeneralRe: Partial declaration error in C#. Pin
C#Coudou31-May-07 0:57
C#Coudou31-May-07 0:57 
Questionhow to send folder Pin
devesh_code30-May-07 23:48
devesh_code30-May-07 23:48 
AnswerRe: how to send folder Pin
Vasudevan Deepak Kumar30-May-07 23:52
Vasudevan Deepak Kumar30-May-07 23:52 
GeneralRe: how to send folder Pin
devesh_code30-May-07 23:57
devesh_code30-May-07 23:57 
GeneralRe: how to send folder Pin
Christian Graus31-May-07 0:19
protectorChristian Graus31-May-07 0:19 
GeneralRe: how to send folder Pin
devesh_code31-May-07 0:27
devesh_code31-May-07 0:27 
GeneralRe: how to send folder Pin
Christian Graus31-May-07 0:49
protectorChristian Graus31-May-07 0:49 
GeneralRe: how to send folder Pin
Colin Angus Mackay31-May-07 1:34
Colin Angus Mackay31-May-07 1:34 

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.