Results 1 to 5 of 5

Thread: [2.0] Why can't I perdorm an asynchronous tasks?

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Why can't I perdorm an asynchronous tasks?

    There's no possible way to know without seeing the code for the PopulateList method. Are you sure that you are populating the same object in the worker thread that you're later testing in the UI thread?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Re: [2.0] Why can't I perdorm an asynchronous tasks?

    When I was not using the second thread, the code worked fine, and the list
    was populated...
    Dekel C.

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