Visual FoxPro
SQL Server
VS Team System
IE Development
SharePoint Products
Smart Devicet
Visual C#
Windows Forms
Audio and Video
Visual Studio
Microsoft ISV
Visual C++
Game Technologies
Windows Vista
.NET Development
Software Development Network>> .NET Development>> how can I show the search progress?!
how can I show the search progress?!
Hot Topic
Read the database, send it out as xml...
Saving Data in XML File
SQLBULKCOPY DATE FORMAT PROBLEM
String.IndexOf Method (Char, Int32) - Accepts out of range index!!!
.Net application Eating Memory & releases when minimized
displaying an image from the internet in a picture box / label?
Using GetPrivateProfileSection() method in C#
DirectorySecurity.GetAccessControl
Sending large files to a webservice
How to tell whether MarshalByRefObj-derived object is remotely configured or not?
.NET Development
Connection Pooling not working
How to make a Vb.Net application trigger another one on a different machine on the net
check if xmlreader is empty or not
Versioning applications and dll
Change parameter value for tableadapter update command
dll form behaving like an MDI Child form.
Circular reference
mem usage keeps growing :(
DateTime interpretation between ADO.Net and SQL Server
Different install folders for Windows .NET Service versions
how can I show the search progress?!
hi
i am using c# and ms access and i have a search functionality in my app... i am wondering what's the concept behind showing the search progress by a progress bar
thanks for your help in advance
Answer this question
how can I show the search progress?!
myherdem
pseudo:
MyProgressBar
.
Value
=
CInt
((
CurrentRecord
* 100) /
TotalRecords
)
how can I show the search progress?!
Answer this question
how can I show the search progress?!
myherdem
pseudo:
MyProgressBar.Value = CInt((CurrentRecord * 100) / TotalRecords)