|
-
Sep 27th, 2008, 03:32 PM
#1
Thread Starter
Junior Member
Text data to Listview.
Okay lets say I load a listview of items in a .text file with a string split.
Eg in txt file:
word1 - word2
so listview1 would be word 1
and listview2 would be word2
Then if it fails to sign in to the account it adds the data to text1 and text2.
So text1 becomes word1 and text2 becomes word2.
How do i then transfer text1.text to listview3?
ive tried:
Code:
ListView3.ListItems.Add , Text1.Text
Code:
ListView3.ListItems.Add (Text1.Text)
Cheers (H) Ben
-
Sep 28th, 2008, 09:36 AM
#2
Thread Starter
Junior Member
Re: Text data to Listview.
 ?
-
Sep 28th, 2008, 11:55 AM
#3
Re: Text data to Listview.
ListView3.ListItems.Add Text:=Text1.Text
-
Sep 29th, 2008, 07:17 AM
#4
Re: Text data to Listview.
Code:
ListView3.ListItems.Add , , Text1.Text
Will this help you..???
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|