|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Showing hourglass cursor for entire screen, not just program windowIs there anyway to show the hourglass (busy) cursor on the entire
monitor screen, not just when the cursor is within the current program's window? Thanks b**@datasync.com wrote:
> Is there anyway to show the hourglass (busy) cursor on the entire No. The most you can do is> monitor screen, not just when the cursor is within the current > program's window? System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor This makes sense, because in a multitasking OS, your app being busy does not stop other apps working. -- Larry Lard Replies to group please Larry,
It seems to make sense, however, under vb6 (which worked with multitasking Windows also), the object Sceen had a cursor property you could set, and it applied to the entire screen. The hourglass didn't affect other programs, it just told you one of them was busy. Larry Lard wrote: Show quoteHide quote > b**@datasync.com wrote: > > Is there anyway to show the hourglass (busy) cursor on the entire > > monitor screen, not just when the cursor is within the current > > program's window? > > No. The most you can do is > > System.Windows.Forms.Cursor.Current = > System.Windows.Forms.Cursors.WaitCursor > > This makes sense, because in a multitasking OS, your app being busy > does not stop other apps working. > > -- > Larry Lard > Replies to group please b**@datasync.com wrote:
> Larry, Yes...> > It seems to make sense, however, under vb6 (which worked with > multitasking Windows also), the object Sceen had a cursor property you > could set, > and it applied to the entire screen. Sadly my memory fails to remind me definitively whether it ever didthis; however, certainly under Windows XP, it doesn't. -- Larry Lard Replies to group please
best way for Replace insensitive in strings
Newbie question on comboboxes Problem connecting to SQL Server Inserting Variables in a Document Help registering a dll How do you see if a table already exists in a database? VB6 to VB2005 question about Frame control Executing a SQL2005 Stored Procedure vb.net code for advanced data structures How do I load HTML into an instance of SHDocVw.InternetExplorer |
|||||||||||||||||||||||