Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to finish the pendign input remaining last time? Pin
Luc Pattyn15-Sep-10 16:54
sitebuilderLuc Pattyn15-Sep-10 16:54 
GeneralRe: How to finish the pendign input remaining last time? Pin
sanyexian15-Sep-10 17:35
sanyexian15-Sep-10 17:35 
GeneralRe: How to finish the pendign input remaining last time? Pin
Luc Pattyn15-Sep-10 18:01
sitebuilderLuc Pattyn15-Sep-10 18:01 
Questioninsert multiple rows between two rows in datagridview Pin
C#Coudou15-Sep-10 16:22
C#Coudou15-Sep-10 16:22 
AnswerRe: insert multiple rows between two rows in datagridview Pin
Luc Pattyn15-Sep-10 16:50
sitebuilderLuc Pattyn15-Sep-10 16:50 
AnswerRe: insert multiple rows between two rows in datagridview Pin
Prerak Patel20-Sep-10 20:43
professionalPrerak Patel20-Sep-10 20:43 
QuestionCheckboxes not selectable in DataGrid column Pin
oakrun15-Sep-10 7:08
oakrun15-Sep-10 7:08 
AnswerRe: Checkboxes not selectable in DataGrid column [modified] Pin
William Winner15-Sep-10 12:15
William Winner15-Sep-10 12:15 
This isn't an answer, but edit your original post and check "Use HTML in this post". That will allow your pre tags to work.

[Update]
In response to your question, it's because of the SelectionMode property. You can only have one selection mode. And the only way to allow the column to be selected is to set the SelectionMode to ColumnHeaderSelect.

Though what you are talking about has absolutely nothing to do with checkboxes within the column.

It sounds like what you really want us to see if the current row has the checkbox selected and if not, you don't do anything with it. So, instead of doing what you are saying, you need to actually check the value of that cell, not whether or not the column is selected.

modified on Wednesday, September 15, 2010 6:24 PM

Questionmultiple client connection in VB6 Pin
jainiraj15-Sep-10 2:10
jainiraj15-Sep-10 2:10 
AnswerRe: multiple client connection in VB6 Pin
Eddy Vluggen15-Sep-10 8:22
professionalEddy Vluggen15-Sep-10 8:22 
QuestionOptions buttons in VB6 Pin
jainiraj15-Sep-10 0:29
jainiraj15-Sep-10 0:29 
AnswerRe: Options buttons in VB6 Pin
DaveAuld15-Sep-10 1:07
professionalDaveAuld15-Sep-10 1:07 
AnswerRe: Options buttons in VB6 Pin
MikeD 215-Sep-10 2:46
MikeD 215-Sep-10 2:46 
Questionround in vb.net Pin
C#Coudou14-Sep-10 19:52
C#Coudou14-Sep-10 19:52 
AnswerRe: round in vb.net Pin
Dave Kreskowiak14-Sep-10 20:07
mveDave Kreskowiak14-Sep-10 20:07 
AnswerRe: round in vb.net [modified] Pin
DaveAuld14-Sep-10 20:10
professionalDaveAuld14-Sep-10 20:10 
GeneralRe: round in vb.net Pin
Dalek Dave15-Sep-10 1:01
professionalDalek Dave15-Sep-10 1:01 
QuestionHow to create a hyperlink to a field value in a datagrid in VB6 Pin
kokilag14-Sep-10 18:56
kokilag14-Sep-10 18:56 
AnswerRe: How to create a hyperlink to a field value in a datagrid in VB6 Pin
Prerak Patel20-Sep-10 21:00
professionalPrerak Patel20-Sep-10 21:00 
GeneralRe: How to create a hyperlink to a field value in a datagrid in VB6 Pin
kokilag22-Sep-10 1:10
kokilag22-Sep-10 1:10 
GeneralRe: How to create a hyperlink to a field value in a datagrid in VB6 Pin
Prerak Patel22-Sep-10 1:35
professionalPrerak Patel22-Sep-10 1:35 
GeneralRe: How to create a hyperlink to a field value in a datagrid in VB6 Pin
kokilag23-Sep-10 0:52
kokilag23-Sep-10 0:52 
Question[VB10] DataGridView Columns Error [modified] Pin
The Mighty Atom14-Sep-10 11:49
The Mighty Atom14-Sep-10 11:49 
AnswerRe: [VB10] DataGridView Columns Error Pin
Luc Pattyn14-Sep-10 12:05
sitebuilderLuc Pattyn14-Sep-10 12:05 
GeneralRe: [VB10] DataGridView Columns Error Pin
The Mighty Atom14-Sep-10 12:15
The Mighty Atom14-Sep-10 12:15 

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.