473,511 Members | 16,849 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 2602

"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
2174
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
2823
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
6980
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
2935
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
6526
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
6758
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
1140
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
7242
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
7138
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
7423
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
7081
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
7510
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...
0
5668
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,...
1
5066
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4737
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...
0
3225
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...

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.