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!
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!