473,656 Members | 2,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 6769

bo*@datasync.co m 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.Cu rrent =
System.Windows. Forms.Cursors.W aitCursor

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.co m 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.Cu rrent =
System.Windows. Forms.Cursors.W aitCursor

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.co m 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
5288
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, IE6, when the submit button is clicked, it looks like nothing is happening (unless you read the status bar and see the page opening text). Yet Netscape shows a little hourglass, indicating that processing is occurring. Is there a simple way to...
3
6994
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 button I want the cursor to change to an hourglass and then change back to the normal cursor afterwards. Any help would be greatly appreciated. Thanks.
4
1728
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 Application", I know how to do this, but I'm not sure how to do it (or even if it is possible) in a web app. I'm thinking a piece of JavaScript in the onclick event of the button just before the submit occurs, but I can't see how to do it. --
6
6367
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 working fine, except for that I cannot figure out how display the waitcursor / hourglass while the preview is preparing to show the document *and then go back to the default cursor when the document is displayed*. Turning on the waitcursor is easy,...
7
4279
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 lblUpdateMDList_Click()
1
1688
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 cursor to hourglass. but I have two problem: 1. the function in module not have access to form, (unless I send me into the module function, but I not like it) 2. if occur err and control jump to catch block, I need to write extra code to return...
5
3145
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 over a drop down?
6
19892
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 Screen.MousePointer = vbHourglass Else Screen.MousePointer = vbDefault End If I got some thought above but doesn't work.
4
6962
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 just gotta fix it. I need to make some calculations on the measurements and VB6 is my language. Yes, the system mouse will corrupt the measurement, but it's an auditing function and that's acceptable.
0
8382
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8297
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8717
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8498
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7311
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5629
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1930
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.