Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to map items in listview control...

Status
Not open for further replies.

nix2k

Programmer
Dec 16, 2003
4
IN
Hi there,

I am developing a telephone management software that would dial a telephone number, it also contains a telephone dictionary by using MSCOMM control.

I have developed the application such that the name,phone number, e_mail etc. information about a person will be added to a ListView control.

Now, when I double click the name of the person in the listview control the program automatically dials the telephone number of that person.

And the real problem is here. How do I pass the telephone number displayed in the listview control to the number dialing program.
The number dialing program I am using comes with MSDN sample programs.

Is there any VB code? Please notify me.
Thanks,
Nikhil
 
Errm ... Listview1.SelectedItem

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top