CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nusen

Search: Search took 0.02 seconds.

  1. Re: DataGridView and Threading - Desperate Help Needed

    Per thread, there is only one row in the table and only 4 items per row. That's just the problem, no matter how I change the code, in the debugger everything looks good but the table row never gets...
  2. Re: DataGridView and Threading - Desperate Help Needed

    Thanks, but I'm not using keys...should I be? I don't have any use for them unless they are necessary.
  3. Re: DataGridView and Threading - Desperate Help Needed

    So I figured out part of the problem. The following line of code in the SetDataTable function is not working. It gets executed in the thread but results in an untouched table. I thought this might...
  4. DataGridView and Threading - Desperate Help Needed

    Hi all,
    This is my first post so please be gentle, lol. So I've spent almost a week rewriting this code umpteen different ways and still cannot get it to work with threading. I can get it to...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured