473,473 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Circular Progress Bar

In SQL Reporting Services, there's a circular green progress bar. Looks just
like the regular progress bar in the toolbar, except that it's a circle. It's
perfect for when a Win Form client needs to call a web service, and has no
way to know how long it will take.

Well, I'm calling my own web service from a WinForm client. It would be
really nice to have this or some other circular progress bar. I only see one
progress bar in the toolbox, and don't see a property to make that progress
bar circular.

Any ideas on how to easily get a circular progress bar?
--
Randy
May 4 '06 #1
2 17491
Set the Style property to ProgressBarStyle.Continuous or Marquee
http://msdn2.microsoft.com/en-us/lib...sbarstyle.aspx

Easy as that.

"randy1200" <ra*******@newsgroups.nospam> wrote in message
news:8D**********************************@microsof t.com...
In SQL Reporting Services, there's a circular green progress bar. Looks
just
like the regular progress bar in the toolbar, except that it's a circle.
It's
perfect for when a Win Form client needs to call a web service, and has no
way to know how long it will take.

Well, I'm calling my own web service from a WinForm client. It would be
really nice to have this or some other circular progress bar. I only see
one
progress bar in the toolbox, and don't see a property to make that
progress
bar circular.

Any ideas on how to easily get a circular progress bar?
--
Randy

May 4 '06 #2
Hi Randy,

Thank you for posting. From your post, my understanding on this issue is:
how to get a circular progress bar. If I'm off base, please feel free to
let me know.

A ToolStripProgressBar can be oriented horizontally. It can not be circular.

What you saw the circular green progress bar in SQL Reporting Services is
just a gif picture.

If you want to display the progress in a progress bar when you don't know
how long it will take, you could set the Style property of the progress bar
to Marquee.The Marquee style indicates progress by continuously scrolling a
block across a ProgressBar in a marquee fashion.

If you have any other concerns or need anything else, please feel free to
let me know.


Sincerely,
Linda Liu
Microsoft Online Community Support

================================================== ==
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ==

May 5 '06 #3

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

Similar topics

5
by: qhfgva | last post by:
I'm working with a large code base that I'm slowly trying to fix "unpythonic" features of. One feature I'm trying to fix is the use of: # how things are now...
1
by: Henry Miller | last post by:
I have the following code (much simplified for this post). Note that SessionKey uses DataAccess, and DataAccess requires SessionKey in it's constructor. Public Class SessionKey Public...
2
by: ernesto basc?n pantoja | last post by:
Hi everybody: I'm implementing a general C++ framework and I have a basic question about circular dependencies: I am creating a base class Object, my Object class has a method defined as:...
16
by: Kiuhnm | last post by:
Is there an elegant way to deal with semi-circular definitions? Semi-circular definition: A { B }; B { *A }; Circular reference: A { *B }; B { *A }; The problems arise when there are more...
12
by: Frank Rizzo | last post by:
I have a circular reference between 2 classes in the same project (i.e. each class refers to the other). The app runs fine and I am seeing no issues, which kind of surprised me. Are there any...
6
by: Kyle | last post by:
I want to do a single pix update bar instead of the big block that progress bars usually use. I can't seem to find any info on how to do this. Thanks in advance for any help, Kyle
6
by: Stephen Robertson | last post by:
We are currently in a dead end with a circular reference issue using vb.net, and are hoping someone might help us resolve it. Idea... We have frmmain calling frmperson (dim f as new frmperson)...
7
by: barias | last post by:
Although circular dependencies are something developers should normally avoid, unfortunately they are very easy to create accidentally between classes in a VS project (i.e. circular compile-time...
1
by: Carl Ganz | last post by:
I have an EXE that calls a method in a DLL. This DLL runs an import process and needs to provide feedback to a progress bar on a Form in the EXE. I can set a reference to the DLL from the EXE so...
0
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
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...
1
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
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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.