Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6888485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:01:26+00:00 2026-05-27T06:01:26+00:00

I have a listview with some single line entries such as… Sub MakeListView ListView1.AddSingleLine(Empty1)

  • 0

I have a listview with some single line entries such as…

Sub MakeListView
    ListView1.AddSingleLine("Empty1")
    ListView1.AddSingleLine("Empty2")
    ListView1.AddSingleLine("Empty3")
    ViewPNL.AddView(ListView1, 0, 0, 100%x, 100%y)
End Sub

When the user does a long click on the listview entry, they can choose to load a file using the dialogue library. I have the file load working fine into fd.ChosenName.

I’m looking for a recommendation on how to update or refresh the listview entry to reflect the file name for the file that was loaded.

So if the list were to originally read:

Empty1
Empty2
Empty3

After loading files into the positions it may read for example:

Picture 1.Jpg
My Document.Doc
Sound File.mp3

I should also add that the user may not load a file into all 3 positions at the same time. So the list would need a refresh with each individual file load into the correct position.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:01:27+00:00Added an answer on May 27, 2026 at 6:01 am

    Try writing a sub called updateList that clears the list and then rewrites everything. It is instantaneous. Call the sub when you create the activity and then again whenever a file is selected.

    Sub updateList
    ListView1.Clear
    If filename <> "" Then
    ListView1.AddSingleLine(filename)
    Else
    ListView1.AddSingleLine("Empty")
    End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ListView with multiple choice entries where some are checked from the
I have a ListView with an ItemContainerStyle defined as such: <ListView Width=auto SelectionMode=Single ItemContainerStyle={StaticResource
Background: I have a ListView / GridView with several columns. In some situations, only
Env.: VS 2008, .NET 2.0, WinForms I have a listview in Tile mode. Some
i want to display some information in a listview using the GridView. i have
I have seen some ListView dynamic growing implementations which use OnScrollListener. I would like
I'm trying to paint some single rows in a listview but I don't know
I have a ListView containing some ListViewItems. By default, selecting items makes their background
I have a layout defined with some buttons, and a ListView widget. I also
I have a listview Containing some listitems similar to twitter tweets.When i clicked on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.