April 23rd, 2013 06:44 AM
For others' benefit, here's some working code:
Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles...
April 23rd, 2013 05:58 AM
Hello
In a Windows Form, I need to delegate a lengthy action to a BackgroundWorker so that the main application doesn't freeze.
However, the code in the BackgroundWorker must send data back to...
November 19th, 2012 09:04 AM
Hello
I have the following questions about using the .Net framework:
1. To improve performance when starting apps, is it possible to preload the .Net framework at boot time, and keep it in RAM...
October 10th, 2010 02:56 PM
Hello
I'm a VB.Net newbie and need to interact with a deadware Windows application that only supports DDE to communicate with external applications. FWIW, I use Visual Basic 2008 Express.
...