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

C#

 
QuestionC# and Inheritance Pin
hung_ngole25-Mar-06 22:00
hung_ngole25-Mar-06 22:00 
AnswerRe: C# and Inheritance Pin
Guffa26-Mar-06 0:10
Guffa26-Mar-06 0:10 
QuestionHow to draw text in Standard mode in CF? Pin
pmasknguyen25-Mar-06 21:48
pmasknguyen25-Mar-06 21:48 
Questionlistview problem Pin
Mridang Agarwalla25-Mar-06 16:49
Mridang Agarwalla25-Mar-06 16:49 
AnswerRe: listview problem [Modified] Pin
Ravi Bhavnani25-Mar-06 16:54
professionalRavi Bhavnani25-Mar-06 16:54 
AnswerRe: listview problem Pin
Sean8925-Mar-06 16:57
Sean8925-Mar-06 16:57 
GeneralRe: listview problem Pin
Mridang Agarwalla25-Mar-06 17:38
Mridang Agarwalla25-Mar-06 17:38 
GeneralRe: listview problem Pin
cbhkenshin25-Mar-06 18:36
cbhkenshin25-Mar-06 18:36 
and In Addition of what added above if you want to get the Focused Item or Line Text use:

//to get the first column Item

str_item = listView1.FocusedItem.Text;

//to get the first column item key
str_item_key = listView1.FocusedItem.ImageKey;

//to get all the text in the line selected
string[] str_Items = { listView1.FocusedItem.SubItems[0].Text , listView1.FocusedItem.SubItems[1].Text,...//depending on the numbers of Columns you Have Ehere Column 0 is the first column and not the first column in subitem


Have a Good Day
QuestionGIS in the C# Pin
taybalo25-Mar-06 15:53
taybalo25-Mar-06 15:53 
QuestionSaving a Toolbar State to Registry? Pin
redfish3425-Mar-06 12:27
redfish3425-Mar-06 12:27 
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 
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 

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.