473,796 Members | 2,560 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Form with Do Events progress feature

I have a login form which I will redirect to another page which will have to
display a clock gif which rotates as long as the backend events are running
while I load my profiles. Until then, I need to display my clock because it
can take up to 30 seconds or more to run the events in the back. Please let
me know how I can do all of this... whether I use the Page_Load events, or
something else. Any help will be most appreciated.

John Cosmas
Nov 18 '05 #1
1 1043
Something like this?
http://support.microsoft.com/default...b;EN-US;837375
This one will not show a picture, instead it will show "Loading... .." the
dots are added progressively.
You can alter the code to display your clock if you want.

--Landi

"John Cosmas" <va*****@msn.co m> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I have a login form which I will redirect to another page which will have to display a clock gif which rotates as long as the backend events are running while I load my profiles. Until then, I need to display my clock because it can take up to 30 seconds or more to run the events in the back. Please let me know how I can do all of this... whether I use the Page_Load events, or
something else. Any help will be most appreciated.

John Cosmas

Nov 18 '05 #2

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

Similar topics

5
6090
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the Internet. Specifically, marking up a document that will contain multiple related form controls (intended exclusively for client-side scripting) that would never be intended to be submitted. I realise that that concept is a non-starter in an Internet...
10
4951
by: Drakier Dominaeus | last post by:
This is my first time posting here, so please forgive me if I do anything incorrectly. I've been learning C# and working with different things and decided I wanted to get into Multi-Threading. My problem is that I must not be doing it right because only some of the stuff works as would be expected. I'll post what exactly is happening, then I'll post the sample code I'm using that is giving me the problems. I'm sure its something I've...
4
1704
by: Roberto López | last post by:
Hello, I´m trying to do a progress page that indicates some visual information to the user in a long directory copy process. I have a Class that copys directories from one location to other. The function "CopyDirectory" is started in a new Thread. This class also contains one Event that is raised every directory is copied. On my page I have declared an instance of my class with the "WithEvents" modifier and i have writed an event handler...
5
1699
by: Michel | last post by:
How to force the redrawing of a Form?
2
1287
by: Bill Nguyen | last post by:
Please help me to accomplish this. I would like to create a sub/function that will display info & progress from a called routine on the calling Form as follow. Thanks a million. Bill --------------- Form1:
2
1287
by: Keith Rebello | last post by:
I am writing a program that analyzes a reinforced concrete column section. The main form has an "Analysis" menu item that calls the main analysis routines in a ColumnSection class. It also opens a modal form containing a progress bar which shows the progess of the analysis. i.e. FormProgress.ShowDialog ColumnSection.Analyze In the ColumnSection class I raise an event that updates the progress: RaiseEvent OverallProgress(iProgress)
5
1334
by: sherifffruitfly | last post by:
Hi, I've got main() running in on a form. When a button on the form is clicked, an object from a class I made is instantiated, and does some stuff. I would like the stuff it does to be reflected in the form's status bar. For example, "Now deleting file 35 of 234." if the object was deleting a bunch of files. I have no idea how to do this, but I understand there's some thread-violation trickiness involved with having objects calling
3
2499
by: Mo | last post by:
Hi, I am reading a line off of a local file and using it to update records on a database table. I am using a progress bar to show the progress which is tied to the number of records inserted. I am trying to also show in real time the count of the records which have been processed. I havea label on the form and in the loop I have Label1.text = i.ToString() where i is the loop counter.I am using a file watched to trigger the process when...
0
3109
by: jags_32 | last post by:
Hello We use MFG-PRO as our ERP system which in turn uses Progress databases. In the old version of SQL 2000, using DTS packages, we used to set the code page via command prompts and execute DTS packages within that command prompt to fetch data from our double byte ERP databases. In SSIS, we are able to connect and fecth data from NON Double Byte databases, however, when we set the code page first and execute via a command prompt the...
0
9530
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
10236
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
10182
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
9055
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
6793
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
5445
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...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
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 we have to send another system
2
3734
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.