|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Dynamically add user controls to a listviewHi,
I used this a long time ago in VB6 How can I dynamically add user controls to a listview ? Thx At runtime?
dim itm as new listviewitem(sometext) itm.subitems.add(somesubtext) listview1.items.add(itm) this what you want? -- Thiele Enterprises - The Power Is In Your Hands Now! -- "HDI" <hd***@hotmail.com> wrote in message I used this a long time ago in VB6news:1164473050.716740.114420@j44g2000cwa.googlegroups.com... Hi, How can I dynamically add user controls to a listview ? Thx Yes,
But sometext has to be someusercontrol (with labels and textfields). A listbox is also good. Thx Ryan S. Thiele schreef: Show quoteHide quote > At runtime? > > dim itm as new listviewitem(sometext) > itm.subitems.add(somesubtext) > listview1.items.add(itm) > > this what you want? > > > -- > Thiele Enterprises - The Power Is In Your Hands Now! > > -- > "HDI" <hd***@hotmail.com> wrote in message > news:1164473050.716740.114420@j44g2000cwa.googlegroups.com... > Hi, > > I used this a long time ago in VB6 > > How can I dynamically add user controls to a listview ? > > Thx
calling math functions at run time
regarding .net help Help reading control.location value back form text file simple format question Registry Key Manipulation Getting IP Address of the ACTIVE network card DataGridView conversion problems Good book for an absolute beginner on VB.net or 2005 with databases newbie: foundfile attributes? (filesize, saved date, etc.) help readin text file |
|||||||||||||||||||||||