Click here to Skip to main content
15,906,463 members
Home / Discussions / C#
   

C#

 
AnswerSome Progress, Still Need Help Pin
redfish3425-Mar-06 17:03
redfish3425-Mar-06 17:03 
QuestionExplain please... Pin
KORCARI25-Mar-06 11:26
KORCARI25-Mar-06 11:26 
AnswerRe: Explain please... Pin
Sean8925-Mar-06 11:59
Sean8925-Mar-06 11:59 
AnswerRe: Explain please... Pin
Guffa25-Mar-06 12:01
Guffa25-Mar-06 12:01 
QuestionMessagbox, listbox or combobox Pin
Yakup Ertas25-Mar-06 9:52
Yakup Ertas25-Mar-06 9:52 
Questioni image in listview Pin
yosba22125-Mar-06 9:48
yosba22125-Mar-06 9:48 
AnswerRe: i image in listview Pin
redfish3425-Mar-06 12:33
redfish3425-Mar-06 12:33 
AnswerRe: i image in listview Pin
Luis Alonso Ramos26-Mar-06 17:40
Luis Alonso Ramos26-Mar-06 17:40 
yosba221 wrote:
when i change listView1.Items.Insert(0, lvi);
to listView1.Items.Insert(1, lvi);


The imageIndex parameter is the index of the image in the ImageList, not the column where you want it to appear. Your program is throwing an exception because in the above code you only add one image to the ImageList, and then you are trying to access the second one which is not there.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

Not much here: My CP Blog!
QuestionCollectionEditor Code Clean Up Pin
cnich2325-Mar-06 9:34
cnich2325-Mar-06 9:34 
QuestionDrawing Shapes Pin
Anindya Chatterjee25-Mar-06 9:26
Anindya Chatterjee25-Mar-06 9:26 
QuestionHow to make a searh function? Pin
AeQuitaZ25-Mar-06 8:19
AeQuitaZ25-Mar-06 8:19 
AnswerRe: How to make a searh function? Pin
Luis Alonso Ramos26-Mar-06 17:43
Luis Alonso Ramos26-Mar-06 17:43 
QuestionSupressing a MessageBox Pin
eggie525-Mar-06 7:40
eggie525-Mar-06 7:40 
AnswerRe: Supressing a MessageBox Pin
Ravi Bhavnani25-Mar-06 8:06
professionalRavi Bhavnani25-Mar-06 8:06 
GeneralRe: Supressing a MessageBox Pin
eggie525-Mar-06 8:08
eggie525-Mar-06 8:08 
AnswerRe: Supressing a MessageBox Pin
Luis Alonso Ramos25-Mar-06 8:59
Luis Alonso Ramos25-Mar-06 8:59 
GeneralRe: Supressing a MessageBox Pin
cnich2325-Mar-06 9:38
cnich2325-Mar-06 9:38 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos25-Mar-06 9:41
Luis Alonso Ramos25-Mar-06 9:41 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 6:48
eggie526-Mar-06 6:48 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:13
Luis Alonso Ramos26-Mar-06 15:13 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 15:28
eggie526-Mar-06 15:28 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:34
Luis Alonso Ramos26-Mar-06 15:34 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 15:41
eggie526-Mar-06 15:41 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:47
Luis Alonso Ramos26-Mar-06 15:47 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 6:42
eggie526-Mar-06 6:42 

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.