Results 1 to 5 of 5

Thread: [Resolved] Conditionally populate a ListView control

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Guwahati, Assam, India
    Posts
    131

    Talking [Resolved] Conditionally populate a ListView control

    Hi All,

    I am stuck to a very ridiculous problem.

    I need to populate a ListView control from a function of another form (that means the code will be written in a different form than the one in which the ListView control is) conditionally. The condition is that the entry should not be already present in the ListView control. Suppose I want to add "ABCDE" to the ListView. For that I have to first check that "ABCDE" is not already there in the ListView, then add "ABCDE" to it or do nothing otherwise. All we are talking about is only the first column of the ListView.

    This should be a damn simple problem but I don't know why I could not make it.

    Please help soon.
    Last edited by arnabbandyo; Mar 1st, 2005 at 08:59 AM. Reason: Problem solved
    I am new to VB...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width