473,395 Members | 1,488 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Showing hourglass cursor for entire screen, not just program window

bob
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?

Thanks

Jun 13 '06 #1
3 6743

bo*@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

Jun 14 '06 #2
bob
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:
bo*@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


Jun 14 '06 #3

bo*@datasync.com wrote:
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,
Yes...
and it applied to the entire screen.


Sadly my memory fails to remind me definitively whether it ever did
this; however, certainly under Windows XP, it doesn't.

--
Larry Lard
Replies to group please

Jun 14 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: kaeli | last post by:
Hey all, This is a nitpick that I'd like to fix if possible... I have a form that submits to a page that does some intense DB queries, so the page takes about 30-45 seconds to load. Using Win2K,...
3
by: Andy G | last post by:
This should be very simple but I can't figure it out or find ANYTHING posted about how to change your cursor to an hourglass. I have a ASP.NET web form using VB.NET code behind. When I click on a...
4
by: Mike Labosh | last post by:
We have an internal application where one button the user clicks executes a *LONG* stored procedure, and they want me to have the IE 6.0 window set the mouse cursor to an hourglass. In a "Forms...
6
by: Lars | last post by:
Hi, I have created a simple custom PrintPreviewDialog consisting of a simple standard PrintPreviewControl (.NET 1.1) on a WindowsForm with a few buttons (for printing, zooming, etc.). It is...
7
by: Henry Stockbridge | last post by:
Hi, I am running the following code and the visibility of the Hourglass appears late, instead of immediately. Any ideas of how I can remedy this? ============= Private Sub...
1
by: mtczx232 | last post by:
A. I remember microsoft add some features about WaitCursor in Window.Forms, but I not find it now? B. I have some Try..Catch in some module and it's suppose to be long time. I need to change...
5
by: mcraven.2 | last post by:
I know this works on all objects except drop down boxes. doc = document.all for (i=0;i<doc.length;i++) { doc(i).style.cursor = 'wait'; } Is it possible to make a cursor into an hourglass...
6
by: wil1cad2 | last post by:
I'm using VB studio 2005. Pls help to change cursor to HourGlass when u press a button and wait for calcualtion the result. Ex: If btnCalculate.Enabled = True Then ...
4
by: mike | last post by:
I have the opportunity to rescue a project that uses a mouse to sense the relative position of a machine. The hardware is built...just needs to be programmed. Stop snickering!!! I didn't do it...I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.