Results 1 to 5 of 5

Thread: [2005] multithreading - creating controls in a background thread

Hybrid View

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

    Re: [2005] multithreading - creating controls in a background thread

    If you're using 2005 then I strongly recommend using the DataGridView over the DataGrid. Then you can set VirtualMode to True and populate the grid with data as needed.
    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
    New Member
    Join Date
    Nov 2002
    Posts
    7

    Re: [2005] multithreading - creating controls in a background thread

    Quote Originally Posted by jmcilhinney
    If you're using 2005 then I strongly recommend using the DataGridView over the DataGrid. Then you can set VirtualMode to True and populate the grid with data as needed.
    Thanks for the tip. I'll look into it. I literally just started with 2005 this weekend and I'm still not aware of all the new stuff.

    I noticed that multi-threading is a lot tighter with 2005 than 2003, which is a good thing really.

    Karl

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