Michael Jackson wrote:
> I've created no threads, so I assume that would not be the problem.
>
> Short of stepping thru code, etc, I guess I need to purchase a
> profiler of some sort.
You've not explained what type of application this is. It does make a
big difference.
For example the following code will exhibit the behaviour you describe:
class MyForm : Form
{
static void Main()
{
MyForm form = new MyForm();
form.Visible = true;
Application.Run();
}
}
Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm