473,503 Members | 2,435 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Turn Cursor into an Hourglass when waiting

PK9
I'm creating an application in C# with webservices and some of the pages have
a substantial amount of lag time.

I'd like to know if there is any way to have the cursor turn into an
hourglass while waiting? Any help is appreciated!
--
PK9
Nov 22 '05 #1
2 2598

"PK9" <PK*@discussions.microsoft.com> wrote in message
news:52**********************************@microsof t.com...
I'm creating an application in C# with webservices and some of the pages
have
a substantial amount of lag time.

I'd like to know if there is any way to have the cursor turn into an
hourglass while waiting? Any help is appreciated!
--
PK9


ThisForm.Cursor = Cursors.WaitCursor.

Tom P.

Try looking up cursor in the help.
Nov 22 '05 #2
PK9
This won't work. I am not creating a Windows Form applicaiton. I am
creating a Web Application (using C#). Is there any way to do this in a web
application?
--
PK9
"Henry Padilla" wrote:

"PK9" <PK*@discussions.microsoft.com> wrote in message
news:52**********************************@microsof t.com...
I'm creating an application in C# with webservices and some of the pages
have
a substantial amount of lag time.

I'd like to know if there is any way to have the cursor turn into an
hourglass while waiting? Any help is appreciated!
--
PK9


ThisForm.Cursor = Cursors.WaitCursor.

Tom P.

Try looking up cursor in the help.

Nov 22 '05 #3

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

Similar topics

1
2170
by: Tee | last post by:
Hi, From my main form, I am executing another application using System.Diagnostics.Process.Start. The application has its own window displaying when the applicaiton is run. I want to change...
2
598
by: PK9 | last post by:
I'm creating an application in C# with webservices and some of the pages have a substantial amount of lag time. I'd like to know if there is any way to have the cursor turn into an hourglass...
10
2822
by: Bill H | last post by:
I used a bit of JS on a page that is fairly long and didn't like the way that <A HREF='#' ONCLICK=\"... refreshed the page to the top. Removing the HREF (<A ONCLICK=\"...) solved my...
5
14420
by: Vlad Simionescu | last post by:
Hello I'm trying to let my Windows Form application perform a lengthy operation while displaying a progress bar in a modal dialog window; the dialog has a cancel button. The dialog is displayed...
3
6978
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
2932
by: Marty Cruise | last post by:
Does anyone know of an wait-type cursor that can show text beside the hourglass? I'd like to display status messages beside the hourglass while not allowing the user to click anything...
5
6524
by: awu | last post by:
All: I want to turn my hourglass around to indicate my program is still running. I am using VBA with Excel and MS Access 2000. So far I use DoCmd.Hourglass true and false to turn on/off hour...
3
6755
by: bob | last post by:
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
0
1138
by: shumaker | last post by:
private void processImports_Click(object sender, EventArgs e) { statusLabel.Text = "Processing..."; this.Cursor = Cursors.WaitCursor; Application.DoEvents(); this.Enabled = false;...
3
14904
by: alanpike | last post by:
When a vbscript runs, is it possible to change the cursor to an hourglass until the script has completed running? Please reference the following simple script: (change cursor to hourglass here)...
0
7188
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,...
0
7258
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
7313
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...
1
6970
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...
0
5558
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,...
0
3156
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...
0
3146
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1489
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
366
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.