Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > Pro VB.NET 2002/2003
|
Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 2nd, 2004, 05:57 PM
Registered User
 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Update progress until another process ends?

Hey everybody. I was wondering how I can update a progress bar in VB.NET while another process is executing. For example, I have a function that opens a database, I want to update a progress bar to 100% until the open database function completes.

Thanks for the help,
kyle

 
Old July 4th, 2004, 09:23 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

The problem is that I don't know that you can get any feedback from the connection object to get an indication of how far along the open process is. That kind of process is one of those that is hard to determine the progress of. So your progress bar would go from 0 to 100 in one step. There's really nothing to go on.





Similar Threads
Thread Thread Starter Forum Replies Last Post
process.startinfo opens new instance of process Anypond General .NET 0 August 28th, 2008 05:35 AM
bound Vs unbound controls on front ends Richard_AU General .NET 2 January 9th, 2007 08:36 PM
how to update a database when asp.net session ends connect2sandep ASP.NET 1.0 and 1.1 Professional 3 October 30th, 2005 04:46 PM
progress bar treasacrowe Classic ASP Basics 11 February 11th, 2005 10:47 AM
Progress Bar kevind23 Classic ASP Basics 1 May 24th, 2004 08:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.