Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: Form events taking precedence over control events and forwarding events? Pin
Luc Pattyn16-Jul-09 13:57
sitebuilderLuc Pattyn16-Jul-09 13:57 
JokeRe: Form events taking precedence over control events and forwarding events? Pin
DaveyM6916-Jul-09 14:09
professionalDaveyM6916-Jul-09 14:09 
AnswerRe: bizar mouse event question Pin
Luc Pattyn16-Jul-09 13:55
sitebuilderLuc Pattyn16-Jul-09 13:55 
AnswerRe: Form events taking precedence over control events and forwarding events? Pin
Super Lloyd16-Jul-09 14:05
Super Lloyd16-Jul-09 14:05 
GeneralRe: Form events taking precedence over control events and forwarding events? [modified] Pin
Megidolaon17-Jul-09 5:00
Megidolaon17-Jul-09 5:00 
QuestionDifferent settings for development vs. production Pin
jaminblount16-Jul-09 11:51
jaminblount16-Jul-09 11:51 
AnswerRe: Different settings for development vs. production Pin
Pete O'Hanlon16-Jul-09 12:25
mvePete O'Hanlon16-Jul-09 12:25 
QuestionInterface Ibindinglist : Specified argument was out of the range error Pin
baranils16-Jul-09 11:33
baranils16-Jul-09 11:33 
Hello

I've a puzzle for List<t>; IBindingList and Datagridview guru's
I get an unexpected "Specified argument was out of the range" Error
Here we are :

I have a List of T class
I've setted a minimal IBindingList interface
So at least : AddNew

The List is binded on a DGV
The List is EMPTY

Path to get the error:
1- Click on the unique and empty first row of the dgv : it trigger an AddNew(no new row in DGV)
2- Edit a cell in that row : it will create an empty new row in the DGV
3- Click on an empty cell in that empty row : it trigger a new AddNew (no new row in DGV)
4- Click on Row 0 again
5- Now if I click back on the second row Row it trigger a third AddNew (no new row in DGV)
6- The click back again on Row 0 : BINGO it crashed !

I cant figure out what really happen ?? But it is clear that at this time the List contains 3 Items and the DGV 2 rows

Thanks for any help

Error :
{"Specified argument was out of the range of valid values.\r\nParameter name: rowIndex"}
AnswerRe: Interface Ibindinglist : Specified argument was out of the range error Pin
baranils17-Jul-09 21:41
baranils17-Jul-09 21:41 
QuestionDatagrid row select help Pin
Member 640383816-Jul-09 10:21
Member 640383816-Jul-09 10:21 
Question64 bit connection strings Pin
Natza Mitzi16-Jul-09 8:55
Natza Mitzi16-Jul-09 8:55 
AnswerRe: 64 bit connection strings Pin
Paladin200016-Jul-09 10:14
Paladin200016-Jul-09 10:14 
GeneralRe: 64 bit connection strings Pin
Natza Mitzi16-Jul-09 20:36
Natza Mitzi16-Jul-09 20:36 
QuestionStop the CONSOLE at the end of the debut Pin
rodbiser16-Jul-09 8:28
rodbiser16-Jul-09 8:28 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
N a v a n e e t h16-Jul-09 8:45
N a v a n e e t h16-Jul-09 8:45 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Natza Mitzi16-Jul-09 8:51
Natza Mitzi16-Jul-09 8:51 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
mypicturefaded16-Jul-09 8:59
mypicturefaded16-Jul-09 8:59 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Luc Pattyn16-Jul-09 9:21
sitebuilderLuc Pattyn16-Jul-09 9:21 
GeneralRe: Stop the CONSOLE at the end of the debut Pin
rodbiser18-Aug-09 10:15
rodbiser18-Aug-09 10:15 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Alan N16-Jul-09 9:48
Alan N16-Jul-09 9:48 
QuestionTell When A Control Is Added In Design Mode Pin
Kevin Marois16-Jul-09 7:43
professionalKevin Marois16-Jul-09 7:43 
AnswerRe: Tell When A Control Is Added In Design Mode Pin
N a v a n e e t h16-Jul-09 8:54
N a v a n e e t h16-Jul-09 8:54 
QuestionHow to count different blood cells (RBC, WBC, Differential WBC) from microscopic picture in c # Pin
Md. Shakil16-Jul-09 6:48
Md. Shakil16-Jul-09 6:48 
AnswerRe: How to count different blood cells (RBC, WBC, Differential WBC) from microscopic picture in c # Pin
Christian Graus16-Jul-09 7:05
protectorChristian Graus16-Jul-09 7:05 
GeneralRe: How to count different blood cells (RBC, WBC, Differential WBC) from microscopic picture in c # Pin
Mark Salsbery16-Jul-09 8:11
Mark Salsbery16-Jul-09 8:11 

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.