Wait Cursor Bug

  • Thread starter Thread starter Myron Marston
  • Start date Start date
M

Myron Marston

I'm using Cursor.Current = Cursors.WaitCursor and Cursor.Current =
Cursors.DefaultCursor, but I've come across an interesting bug. When I
compile my form as an exe and set it as the startup object, the cursors
work. However, when I compile my form into a dll and launch the form
from another another assembly compiled as an exe, the wait cursor never
shows.

Has anyone else noticed this behavior? What could be causing this?

Thanks!
 
Has no one seen behavior like this?

In case it matters, my exe launches the form (contained in a seperate
dll) by instantiating it and passing it to Application.Run. What are
the differences (if any) with the way Win CE and/or .NET CF treats
forms when launched this way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top