Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: re: initialising a runtime class Pin
Mirko198021-Sep-09 23:51
Mirko198021-Sep-09 23:51 
GeneralRe: re: initialising a runtime class Pin
jdneul22-Sep-09 0:20
jdneul22-Sep-09 0:20 
GeneralRe: re: initialising a runtime class Pin
Mirko198022-Sep-09 3:31
Mirko198022-Sep-09 3:31 
QuestionArraylist problem!!! Pin
bounik21-Sep-09 18:28
bounik21-Sep-09 18:28 
GeneralRe: Arraylist problem!!! Pin
Programm3r21-Sep-09 20:09
Programm3r21-Sep-09 20:09 
GeneralRe: Arraylist problem!!! Pin
Luc Pattyn22-Sep-09 1:16
sitebuilderLuc Pattyn22-Sep-09 1:16 
GeneralRe: Arraylist problem!!! Pin
Programm3r22-Sep-09 1:27
Programm3r22-Sep-09 1:27 
AnswerRe: Arraylist problem!!! Pin
Calla21-Sep-09 20:27
Calla21-Sep-09 20:27 
My guess is that you have a number in textBox3 that is less than zero or equal to or greater than the .Count of your "silici" List. If you try to remove something at an index that doesn't exist the ArgumentOutOfRangeException is thrown. What is the value of "silineceksirasi" when you reach the silici.RemoveAt(silineceksirasi); statement? Make sure it's not equal or greater than the List.Count. Good luck! Smile | :)

PS. Please use pre tags when posting code.
AnswerRe: Arraylist problem!!! Pin
Programm3r21-Sep-09 20:30
Programm3r21-Sep-09 20:30 
GeneralRe: Arraylist problem!!! Pin
bounik21-Sep-09 21:48
bounik21-Sep-09 21:48 
AnswerRe: Arraylist problem!!! Pin
bounik21-Sep-09 21:42
bounik21-Sep-09 21:42 
AnswerRe: Arraylist problem!!! Pin
Calla21-Sep-09 22:21
Calla21-Sep-09 22:21 
GeneralRe: Arraylist problem!!! Pin
bounik21-Sep-09 22:36
bounik21-Sep-09 22:36 
GeneralRe: Arraylist problem!!! Pin
Calla21-Sep-09 22:41
Calla21-Sep-09 22:41 
AnswerRe: Arraylist problem!!! Pin
OriginalGriff21-Sep-09 22:33
mveOriginalGriff21-Sep-09 22:33 
GeneralRe: Arraylist problem!!! Pin
bounik21-Sep-09 22:46
bounik21-Sep-09 22:46 
GeneralRe: Arraylist problem!!! Pin
Amit Patel198521-Sep-09 23:23
Amit Patel198521-Sep-09 23:23 
QuestionExport and save dataset to excel Pin
kdwarak21-Sep-09 17:41
kdwarak21-Sep-09 17:41 
AnswerRe: Export and save dataset to excel Pin
Programm3r21-Sep-09 20:24
Programm3r21-Sep-09 20:24 
GeneralRe: Export and save dataset to excel Pin
kdwarak22-Sep-09 1:16
kdwarak22-Sep-09 1:16 
GeneralRe: Export and save dataset to excel Pin
Programm3r22-Sep-09 1:26
Programm3r22-Sep-09 1:26 
AnswerRe: Export and save dataset to excel Pin
Amit Patel198521-Sep-09 23:35
Amit Patel198521-Sep-09 23:35 
QuestionIs it possible to reconnect an event without raising it? Pin
CBenac21-Sep-09 13:19
CBenac21-Sep-09 13:19 
AnswerRe: Is it possible to reconnect an event without raising it? Pin
Gideon Engelberth21-Sep-09 15:54
Gideon Engelberth21-Sep-09 15:54 
GeneralRe: Is it possible to reconnect an event without raising it? Pin
CBenac22-Sep-09 8:30
CBenac22-Sep-09 8:30 

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.