sleep

  1. F

    Question How to open Webbrowser, click on form and skip to the next webpage from a listbox?

    Hello to everybody, I am searching since days for a solution to stabilize my handling of a webpage that I control with vb studio 2012. It is a program to send bulk message in a existing webpage to all the users. (Just to mention it: I have friendly intentions and it is my own Webpage!) + + +...
  2. S

    Thread.Sleep(1) BUG

    why this following code don't give a list (test) with each elements different ? :confused:: Dim test As New List(Of Integer) For i As Integer = 0 To 20 SyncLock test Threading.Thread.Sleep(1) test.Add(Now.Second & Now.Millisecond) End SyncLock Next result with a Intel Core 2 Quad...
Back
Top