Search:

Type: Posts; User: SNiiP3R

Search: Search took 0.02 seconds.

  1. VS 2012 Reading a very large file, one line at a time ?

    I have this problem and perhaps someone with more knowledge of .NET could help me out?

    Let's say I have a text file with 15+ millions of lines. I do not want the program to load the entire file...
  2. Replies
    148
    Views
    221,423

    Re: Understanding Multi-Threading in VB.Net

    Okay, I figured it out. Please ignore my previous post.

    Apparently, when we're dealing with Subs that don't return anything we have to use New Action(). So the above Sub would look something like...
  3. Replies
    148
    Views
    221,423

    Re: Understanding Multi-Threading in VB.Net

    Hi,

    I have a question. The following Sub from your tutorial takes an address of the Count function with the 'String' as the return type.



    Public Sub CountAsync(ByVal Max As Integer)
    ...
  4. Replies
    3
    Views
    5,026

    VS 2010 Re: Develop a Metro like GUI?

    DevExpress WinForms, http://community.devexpress.com/blogs/theonewith/archive/2011/12/29/build-for-beautiful-with-dxv2-metro-inspired-winforms-apps.aspx

    http://www.devexpress.com
  5. Re: Help with Socket collection and multithreading

    Thank you! I will take a look at your article today.

    I do have one question though. If methods execute on threads, then would it be possible to use just skip threads and use Async CTP instead? I...
  6. Help with Socket collection and multithreading

    Hi folks,

    I'm not new to VB, but I'm one of those dinosaurs who held to VB6 for too long and now trying to make a switch to .NET. I used to work heavily with Winsock.ocx and Inet.ocx in VB6, but...
Results 1 to 6 of 7



Click Here to Expand Forum to Full Width