Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows service error Pin
NarendraSinghJTV17-Nov-09 23:20
NarendraSinghJTV17-Nov-09 23:20 
QuestionSequence of Events. Pin
Pavan Navali17-Nov-09 17:28
Pavan Navali17-Nov-09 17:28 
AnswerRe: Sequence of Events. Pin
Giorgi Dalakishvili17-Nov-09 18:54
mentorGiorgi Dalakishvili17-Nov-09 18:54 
AnswerRe: Sequence of Events. Pin
Shameel17-Nov-09 21:49
professionalShameel17-Nov-09 21:49 
QuestionListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon17-Nov-09 15:51
Jacob Dixon17-Nov-09 15:51 
AnswerRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Christian Graus17-Nov-09 15:54
protectorChristian Graus17-Nov-09 15:54 
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon17-Nov-09 15:56
Jacob Dixon17-Nov-09 15:56 
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon17-Nov-09 15:59
Jacob Dixon17-Nov-09 15:59 
Ok I did this:

index = lstImport.Columns.IndexOfKey("Category");

MessageBox.Show(index.ToString()); // EQUALS 24

MessageBox.Show(lstImport.Columns.Count.ToString()); // EQUALS 29

MessageBox.Show(lstImport.Items[i].SubItems.Count.ToString()); // EQUALS 23


So the subitems only have 23, the columns is 29, and the index of category is 24. Now if I add this Category column AFTER importing the excel sheet into the listview does the item's not add those columns to the subitems? The values are blank.. but they should still see the new columsn right but just have no value?
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon17-Nov-09 17:09
Jacob Dixon17-Nov-09 17:09 
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Mycroft Holmes17-Nov-09 20:24
professionalMycroft Holmes17-Nov-09 20:24 
AnswerRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon18-Nov-09 1:31
Jacob Dixon18-Nov-09 1:31 
AnswerRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Shameel17-Nov-09 21:54
professionalShameel17-Nov-09 21:54 
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Jacob Dixon18-Nov-09 1:32
Jacob Dixon18-Nov-09 1:32 
GeneralRe: ListView subitems problem... finds column but throws error.. DRIVING ME NUTS! Pin
Shameel18-Nov-09 6:52
professionalShameel18-Nov-09 6:52 
QuestionHow to make Video Conference in C# Pin
tredsiam17-Nov-09 15:34
tredsiam17-Nov-09 15:34 
AnswerRe: How to make Video Conference in C# Pin
codprojectmajid27-Mar-13 22:10
codprojectmajid27-Mar-13 22:10 
Questiondisabling a GUI form Pin
Shameer E.A.17-Nov-09 10:43
Shameer E.A.17-Nov-09 10:43 
AnswerRe: disabling a GUI form Pin
Ian Shlasko17-Nov-09 10:47
Ian Shlasko17-Nov-09 10:47 
GeneralRe: disabling a GUI form Pin
Shameel17-Nov-09 22:46
professionalShameel17-Nov-09 22:46 
AnswerRe: disabling a GUI form Pin
PIEBALDconsult17-Nov-09 14:17
mvePIEBALDconsult17-Nov-09 14:17 
AnswerRe: disabling a GUI form Pin
_Maxxx_17-Nov-09 15:42
professional_Maxxx_17-Nov-09 15:42 
AnswerRe: disabling a GUI form Pin
Shameel17-Nov-09 22:46
professionalShameel17-Nov-09 22:46 
GeneralRe: disabling a GUI form Pin
Shameer E.A.19-Nov-09 15:22
Shameer E.A.19-Nov-09 15:22 
QuestionCreating HTML in C# Pin
AndyASPVB17-Nov-09 9:35
AndyASPVB17-Nov-09 9:35 
AnswerRe: Creating HTML in C# Pin
Christian Graus17-Nov-09 11:32
protectorChristian Graus17-Nov-09 11:32 

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.