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

Search:

Type: Posts; User: Xantor

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,310

    Re: Multithreading DotNet4 & VB2010

    Hehe, ye I can understand why you do that :)
    So no spider code here ;)

    I did think of splitting the array into four - though the coding complexity increases.
    The second bool array is an idea -...
  2. Replies
    4
    Views
    4,310

    Re: Multithreading DotNet4 & VB2010

    Right - thank you for pointing out those points :)

    The array is used as a hyperlink collector - I'm writing a kind of spider for research and what needs to be done is as follow.

    The array...
  3. Replies
    26
    Views
    87,129

    Re: disable windows, ctrl, alt, del key

    This works like a dream in Windows 7 Ultimate x64:



    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode...
  4. Replies
    4
    Views
    4,310

    Multithreading DotNet4 & VB2010

    Hey guys,

    And so I decided to make a multithreaded application :'(

    I am new to multiple threads - so my problem is this...

    4 Threads
    1 Array of lets say 100 strings

    How do I make the 4...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured