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

Visual Basic

 
GeneralRe: Open all files in a Folder Pin
riced7-May-09 12:22
riced7-May-09 12:22 
GeneralMessage Closed Pin
8-May-09 0:42
vijay24828-May-09 0:42 
GeneralRe: Open all files in a Folder Pin
riced9-May-09 1:18
riced9-May-09 1:18 
GeneralRe: Open all files in a Folder Pin
vijay24829-May-09 3:02
vijay24829-May-09 3:02 
QuestionDataGridView CheckBox column Pin
Paul McGann7-May-09 5:00
professionalPaul McGann7-May-09 5:00 
AnswerRe: DataGridView CheckBox column Pin
Henry Minute7-May-09 11:28
Henry Minute7-May-09 11:28 
GeneralRe: DataGridView CheckBox column Pin
Paul McGann7-May-09 13:08
professionalPaul McGann7-May-09 13:08 
GeneralRe: DataGridView CheckBox column Pin
Henry Minute8-May-09 1:57
Henry Minute8-May-09 1:57 
The only thing I can think of that might work.

Have a int field to track the row index of the 'true' row call it trueRow for illustration.
In either the OnCellClick or OnCellLeave handler, compare the row (e.RowIndex) to trueRow, if the same, return. If not the same, test if the cell (e.CellIndex) is the CheckBoxCell and if so, set the checkboxCell value from trueRow to false, store new row in trueRow.

Sorry not to be of more help.

Good luck! Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: DataGridView CheckBox column Pin
Paul McGann8-May-09 3:10
professionalPaul McGann8-May-09 3:10 
QuestionProblem with sstab control in vb 6.0 Pin
Member 30578877-May-09 3:53
Member 30578877-May-09 3:53 
AnswerRe: Problem with sstab control in vb 6.0 Pin
Tom Deketelaere7-May-09 4:19
professionalTom Deketelaere7-May-09 4:19 
AnswerRe: Problem with sstab control in vb 6.0 [modified] Pin
Dalek Dave7-May-09 4:30
professionalDalek Dave7-May-09 4:30 
AnswerRe: Problem with sstab control in vb 6.0 Pin
Dave Kreskowiak7-May-09 5:30
mveDave Kreskowiak7-May-09 5:30 
GeneralRe: Problem with sstab control in vb 6.0 Pin
Member 30578877-May-09 18:57
Member 30578877-May-09 18:57 
GeneralRe: Problem with sstab control in vb 6.0 Pin
Dave Kreskowiak8-May-09 0:29
mveDave Kreskowiak8-May-09 0:29 
AnswerRe: Problem with sstab control in vb 6.0 Pin
DidiKunz8-May-09 11:24
DidiKunz8-May-09 11:24 
Question[Message Deleted] Pin
programmer1.a7-May-09 3:36
programmer1.a7-May-09 3:36 
AnswerRe: VB.NET programming for "ToDoList" application....please help me Pin
Dalek Dave7-May-09 4:32
professionalDalek Dave7-May-09 4:32 
GeneralRe: VB.NET programming for "ToDoList" application....please help me Pin
programmer1.a7-May-09 4:44
programmer1.a7-May-09 4:44 
GeneralRe: VB.NET programming for "ToDoList" application....please help me Pin
Dalek Dave7-May-09 5:19
professionalDalek Dave7-May-09 5:19 
QuestionAppend Files [SOLVED] Pin
vijay24827-May-09 2:21
vijay24827-May-09 2:21 
AnswerRe: Append Files Pin
riced7-May-09 2:58
riced7-May-09 2:58 
GeneralMessage Closed Pin
7-May-09 4:41
vijay24827-May-09 4:41 
GeneralRe: Append Files Pin
riced7-May-09 6:03
riced7-May-09 6:03 
GeneralMessage Closed Pin
10-May-09 21:52
vijay248210-May-09 21:52 

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.