[Gambas-user] How to access SubItems in a Columnview
VBTricks.de.vu Webmaster
vbtricks at ...451...
Mon May 31 11:01:54 CEST 2004
I added a columnview to my form with 4 columns, now I want to access the
third subitem (this word is from VB's listview) of the second item for
example:
| Column 1 | Column 2| Column 3| Column 4 |
|-----------------------------------------|
| Item 1 | | | |
| Item 2 | | * HERE *| |
Dim sCurItem As String
sCurItem = "item2"
ColumnView1.Add(sCurItem, "Item 2")
now how to write the third subitem of this item?
Stefan
___________________________________________________________________________________
Muede auf kleines Postfach? http://my-mail.ch/?redirect=9903
Tigra TwinTop Game! Gewinnen Sie eine Staedtereise! http://my-mail.ch/?redirect=1745
More information about the User
mailing list