Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 380 results for
subitem
- Page 1
Insert Image + ListView Subitem
Programming
Software Development
16 Years Ago
by sonia sardana
… know how to insert image into ListView first
Subitem
means. To insert an image into first item [code] dim … tell me how to insert an image without text into
subitem
.
Move subitem to another subitem
Programming
Software Development
13 Years Ago
by TIP.Synergy
Hello, it's possible to move listview1
subitem
(1) to another listview2
subitem
(5) please help
Re: Move subitem to another subitem
Programming
Software Development
13 Years Ago
by TIP.Synergy
… my sample i have already copy the item in
subitem
(0) to
subitem
(1) but i don't know how to transfer…
Re: Insert Image + ListView Subitem
Programming
Software Development
16 Years Ago
by samir_ibrahim
I did some research and here is my result #1
subitem
image is no longer supported in listview for vb.net […
Re: Move subitem to another subitem
Programming
Software Development
13 Years Ago
by Teme64
… have any column property so you can't copy "
subitem
column" directly. Instead you have to copy (move) sub…
Re: check if subitem index exist in listview
Programming
Software Development
14 Years Ago
by codeorder
…)[/iCODE] or less than 8. To check if a ListView .
SubItem
exists, see if this helps. [CODE] Private Sub ListView1_Click(ByVal… .Text = "" Then MsgBox("No value for first
SubItem
, or No value in Column 2 for the selected item…
Replace a subitem in listview with another
Programming
Software Development
18 Years Ago
by wednesday
Guys..Could anyone of you please help me with ... say, I add a
subitem
to the 3rd column of a listview..now I want to remove that item and add another one in the same position (or replace) How can I do that.. Thanks in advance
Re: Replace a subitem in listview with another
Programming
Software Development
18 Years Ago
by NedFrankly
… to find out what else you can do (like ListViewItem.
SubItem
(i) Updates, Deletes, Adds, etc. ) Once you can target a…
check if subitem index exist in listview
Programming
Software Development
14 Years Ago
by vn412
…: index Is there any way that I can check if
subitem
exist or not. Thanks
Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by lymwale.pablo
… my code on my button1. This sends the value of
subitem
into textbox.text. Private Sub Button1_Click(ByVal sender As System…
Re: c# how to insert item and subitem in listview ?
Programming
Software Development
5 Years Ago
by tinstaafl
It looks to me that you're adding the `
SubItem
` to a new `LitViewItem` instead of an existing one. By …stepping through the array by 2, you can add the `
SubItem
` to the existing `ListViewItem`. I haven't been abble to….Add` method returns a `ListViewItem`, so you can chain the `
SubItem
.Add` on to the `ListView.Add`.
Re: Move subitem to another subitem
Programming
Software Development
13 Years Ago
by Teme64
You could just try yourself if it can be done... Anyway, here's my test: [CODE=VB.NET]Dim newItem As ListViewItem ' Create sub item newItem = New ListViewItem newItem.SubItems.Add("first") ' Add one lv-item with one sub item ListView1.Items.Add(newItem) ' Show the value MessageBox.Show("ListView1[0,1] = " & …
Re: Move subitem to another subitem
Programming
Software Development
13 Years Ago
by TIP.Synergy
Hi, Teme64 thanks for ur reply, but all i want is to transfer column1 to another column sorry my title is not appropriate to my question LISTVIEW1 column 1 | column 2 | column3 | column4 | column 5 Apple Orange Mango Guava Grape LISTVIEW2 column1 | column 2 | column3 | column4 | column5 _________________________________Apple …
Re: Move subitem to another subitem
Programming
Software Development
13 Years Ago
by Teme64
I should have explained my code better. Lines 1-28 fill ListView1 and ListView2 with test data, so no need to take them in to account. It's important that the target listview has at least as many rows as the source listview when you copy sub items. Lines 30-38 add empty rows to the target (ListView2) if needed. This could be checked and done …
Re: Replace a subitem in listview with another
Programming
Software Development
18 Years Ago
by NedFrankly
Need a little more info... Is this a bound listview (did you give it a datasource and bind it in the code behind) or is it manually constructed, either through code or through the properties for the control?
Re: Replace a subitem in listview with another
Programming
Software Development
18 Years Ago
by wednesday
[quote=NedFrankly;271648]Need a little more info... Is this a bound listview (did you give it a datasource and bind it in the code behind) or is it manually constructed, either through code or through the properties for the control?[/quote] This is manually constructed through the properties for the control...
Re: Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by john.knapp
Change your DataSource string - you need only the opening and closing quotes. From: `connstring = "Data Source=.\SQLEXPRESS;AttachDbFilename=""C:\Users\Pabzz\Desktop\CSRP 10.20.12\Main\Database1.mdf"";Integrated Security=True;Connect Timeout=30;User Instance=True"` To: `connstring = "Data Source=.\SQLEXPRESS;…
Re: Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by john.knapp
It looks like you're also not even using the ds variable...
Re: Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by Reverend Jim
A cleaner add would be For Each dRow In dt.Rows Dim item As New ListViewItem(dRow.Item(0).ToString) For i As Integer = 1 To 8 item.SubItems.Add(dRow.Item(i).ToString) Next ListView2.Items.Add(item) Next
Re: Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by john.knapp
If these suggestions solved your issue, please mark the thread as "solved" Thanks
Re: Listview subitem to textbox... In need of help.
Programming
Software Development
12 Years Ago
by tinstaafl
It looks to me that your putting the info into textbox but your reading the info from textbox3.
alignment problem in html
Digital Media
UI / UX Design
14 Years Ago
by debasishgang7
…;li><a href="#">Menu
Subitem
1</a> <ul> &…;li><a href="#">Menu
Subitem
1</a> <ul> &…;li><a href="#">Menu
Subitem
1</a> <ul> …
Dating Script Profile issue
Programming
Web Development
12 Years Ago
by squeak24
…; <div id="first-4-{$prefCnt}">{if $
subitem
.options != ''}{$
subitem
.options|stripslashes }{else}{lang mkey='tell_later'}{/if} </div…;div id="first-4-{$prefCnt}">{if $
subitem
.options != '' and $
subitem
.options != ', '}{$
subitem
.options|stripslashes }{else}{lang mkey='tell_later'}{/if} <…
Re: Dating Script Profile issue
Programming
Web Development
12 Years Ago
by squeak24
…; <div id="first-4-{$prefCnt}">{if $
subitem
.options != ''}{$
subitem
.options|stripslashes }{else}{lang mkey='tell_later'}{/if} </div…;div id="first-4-{$prefCnt}">{if $
subitem
.options != '' and $
subitem
.options != ', '}{$
subitem
.options|stripslashes }{else}{lang mkey='tell_later'}{/if} <…
Storing a selected item into a global variable
Programming
Web Development
16 Years Ago
by mgt
…;item 1" : [ "
subitem
1.1", "
subitem
1.2", "
subitem
1.3", "
subitem
1.4" ], "…;item 4" : [ "
subitem
4" ], "item 6" : [ "
subitem
6.1", "
subitem
6.2" ] }; function selectAll…
how to add an image to listView?
Programming
Software Development
14 Years Ago
by IDC_Sharp
…something like this: _____________________________________________ a |
subitem
|
subitem
|
subitem
|
subitem
_____________________________________________ and i want: _______________________________________________ image |
subitem
|
subitem
|
subitem
|
subitem
_______________________________________________ so i tried to…
selecting from combo box problem
Programming
Web Development
15 Years Ago
by karin21
… select cat it display the information about the
subitem
that is supposed to be after selecting the …){ $quer=mysql_query("SELECT DISTINCT
subitem
,itemcolor FROM itemlist where id=$cat order by
subitem
"); } else { $quer=…echo "<option value='$row2[id]'>$row2[
subitem
]</option>"; echo "<tr&…
Re: How to save data from ListView to SQL Database
Programming
Software Development
14 Years Ago
by Unhnd_Exception
…ListViewItem1.SubItems.Add("
SubItem
2") ListViewItem1.SubItems.Add("
Subitem
3") ListViewItem1.SubItems.Add("
SubItem
4") ListViewItem1.…; & ListViewItem1.SubItems(2).Text) MsgBox("Item #2's
subitem
#5 = " & ListViewItem2.SubItems(5).Text) MsgBox("…
Iterating and removing an element from ElementTree
Programming
Software Development
16 Years Ago
by MaxVK
…gt;subitem1 text</fileitem> <
subitem
title="subitem2">subitem2 text<…;>subitem21 text</fileitem> <
subitem
title="subitem22">subitem22 text<… xml = self.xml.getroot() iterator = xml.getiterator("
subitem
") for item in iterator: f = item text …
Re: selecting from combo box problem
Programming
Web Development
15 Years Ago
by matthewl
… or die(mysql_error()); $quer=mysql_query("SELECT DISTINCT
subitem
,itemcolor FROM itemlist where id=".$_GET['id']."… order by
subitem
"); echo "<?xml version=\"1…quot;.$result['id']."\" text=\"".$result['
subitem
']."\"/>"; } echo "</root…
1
2
3
7
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC