PDA

View Full Version : Solved: listbox/listview



v_gyku
09-28-2005, 06:33 AM
I am taking information from outlook inbox as

to subject senton

-- -- ---

What should i use? list box or list view?
I dont know how to add data to list box or listview
If anyoneone has answer tell me.....

Zack Barresse
09-28-2005, 03:46 PM
Hmm, is this a question or a test post?? I'm confused.. :confused3

v_gyku
09-28-2005, 11:56 PM
I have used following code:

first set view property of listview to report



For Each Inboxmail In oinFolder.Items
Dim j As Integer
j = 1
With ListView1.ListItems
.Add j, , Inboxmail.To
End With

With ListView1
.ListItems(j).SubItems(1) = Inboxmail.subject
End With

With ListView1
.ListItems(j).SubItems(2) = Inboxmail.SentOn
End With
j = j + 1
Next

Zack Barresse
09-29-2005, 09:45 AM
Hmm, is this a question or a test post?? I'm confused.. :confused3

lucas
09-29-2005, 12:08 PM
Looks like a misplaced question Zack and seems to be related to another post in this forum by the same person. Could be a misunderstanding caused by a language difference. Poster is from India. It could be a test though as the Solved part is part of the original title?
Request the opportunity to try moving it to the Outlook forum if you decide to move it.

Zack Barresse
09-29-2005, 02:14 PM
The Solved part is quite particular. I'm wondering if the OP isn't trying to test out this feature.. If you feel it's related, go ahead and move it there, and delete my funky posts. If nothing else, we can always split it back again.

lucas
09-29-2005, 02:16 PM
Zack,
I'll pm the poster first.

lucas
09-29-2005, 02:25 PM
pm sent to poster

Zack Barresse
09-29-2005, 02:34 PM
Thanks Steve. :yes

lucas
10-10-2005, 07:38 PM
It's been 2 weeks, no response.....

Bob Phillips
10-11-2005, 01:47 AM
I think he re-submitted in Outlook forum.