473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

lisview

Hello.
In listview I have about 100 Items.
I would like to add new item for example interim items 44 and 45, while
program is running.
It's possible?
In listview I have 4 collumns.
Thanks
Nov 20 '05 #1
1 890
Hi,

Dim lviAdd As New ListViewItem("Item 45")

ListView1.Items.Insert(45, lviAdd)

Ken

------------------------

"Rado" <r-****@szm.sk> wrote in message
news:eX**************@TK2MSFTNGP09.phx.gbl...
Hello.
In listview I have about 100 Items.
I would like to add new item for example interim items 44 and 45, while
program is running.
It's possible?
In listview I have 4 collumns.
Thanks

Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Eva | last post by:
Hi, I wanted to know how i can enter values into a specific column of a listview. I have tried the following code but this seems to enter all my values into the first column!!! Can anyone...
1
by: Jiten | last post by:
Hi Cor I spoke with u previously about this problem i had and u gave me some code that helped me. That code worked fine but i have now encountered another issuee that im hoping u may know how to...
0
by: serge calderara | last post by:
Dear all, I have an application which is collecting dynamic incoming data and store them in a list. I need to dispaly this incoming list with 2 important recommandation : 1- if the incoming...
5
by: perspolis | last post by:
Hi all How can I highlight a row in a listview?
1
by: Kenneth | last post by:
what is the like in aspnet datalist or datagrid? and what's the different between them in few words. //Kenneth
2
by: Mitra | last post by:
I, First of all, i,m sorry about my english, i,m from portugal. So, i've been working with a program call Efilm1.9 that shows a main window. That main window is a normal ListView,that show on...
4
by: Maarten | last post by:
Hello, How do i get the text of a checked item in a checkedlistview Thanks. Maarten
0
by: Victor | last post by:
We want to populate a listview with incremental amounts of data, when someone scrolls to the bottom of the list, it will retrieve more data from the database. How can you tell when the scrollbar...
0
by: John | last post by:
Doing a javascript dopostback or Submit does get me the results I need, is there a way to simulate an asp event that has a ListView.DataBind() in it? Thanks John
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.