Search results for query: *

  • Users: nod
  • Order by date
  1. N

    Using a For/Next loop to 'kill time'

    Done thanks... _CSThread.Priority = ThreadPriority.Lowest
  2. N

    Using a For/Next loop to 'kill time'

    Threading Thanks you've been very helpful! I spent sometime this weekend getting used to the idea of sync and async work. Very new for me so I will continue my explorations keeping in mind your comments. Here's a tough one, is there any way of telling the threads or workers to only utilize...
  3. N

    Using a For/Next loop to 'kill time'

    Multi-Threading What I am looking for are examples of multithreading. I'm a SQL DBA but have always done some VB stuff on the side so to speak. I have read many discussions on multithreading but none seem to evolve well with VS2005. It looks as if you guys know what you are doing so...
  4. N

    Using a For/Next loop to 'kill time'

    Interesting I have done some research and have found various discussions on timers vs. using threads to sleep. I am interested in hearing more and it looked as if cjard was getting into it. Is there a good resource or guidance that could be given to accomplish your examples?
  5. N

    Webresponse/SSL Problems

    I am new to VB.NET and am trying to check the status of my sites. I have created a funciton to do this for me. It works fine but I get the Site Cert which comes up. I am trying to work around that with a different Function which installs the Certificate. Here is the code that I am using...
Back
Top