Search results for query: *

  • Users: slopy
  • Content: Threads
  • Order by date
  1. S

    Mass file system examination

    Hello any kings of the algorithm in the audience. Heres a trick that I need my program to do, but I am not able to think of a very fast, low cost solution for. I want my program to monitor files and check their contents against pre-definded values. When it starts, I need it check maybe about...
  2. S

    Killing Threads

    I really like the threading model in vb .net, I recently moved from vb 6.0 into the .Net world and it was actually a lot easier then I thought. \ Anyway, I like threading so much I use it a lot in my project. So much so that if the user closes the form while its working I have to cancel...
  3. S

    Project style managing

    I am writing a program that I need to be the same for all versions of windows and all styles of windows xp. Of couse if the user has something like a windows style that makes the title bars grey that's ok, but my main concern is one of my testers reported that my program is very distorted in...
Back
Top