I have a small app that is going to be used to deploy a Crystal Report to a user's desktop. The report takes 3-5 minutes to run (the very reason we aren't deploying this report through a portal) and ...
Dim wt As System.Threading.Thread Dim ts As System.Threading.ThreadStart ts = AddressOf Worker.DoWork wt = New System.Threading.Thread(ts) wt.Start() defrag.StartInfo.FileName = ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results