SQL Server
.NET Development
Audio and Video
Windows Forms
Microsoft ISV
Smart Devicet
SharePoint Products
Windows Vista
IE Development
VS Team System
Visual C#
Visual C++
Visual Studio
Visual Basic
Visual FoxPro
Software Development Network>> .NET Development>> how can I show the search progress?!
how can I show the search progress?!
Hot Topic
file upload to https server not working
List problems
Webservices client: changing the Namespace
Regex replace
Very Strange Error coming from .NET Framework/Runtime
how to use where clause in data adapter
vb.net - query to return the sum of one column for all rows
Accepting multiple requests in server socket
EXE (client PC) don’t show null values
inserting & reterivel binary data in msaccess table using vb.net 2003
.NET Development
URGENT Assembly.LoadFrom(http) == "Could not load file or assembly 'X' ... or one of its dependencies."
ExecuteScalar() and Primary Key
how to receive DataSet From ws to Samrt Device
gather connectionString properties at runtime
Get data from database
xsd.exe fails to create common data types out of nested schemas
NullReferenceException when using MethodBody in reflection
Using .NET Remoting within a CLR Trigger?
advpack.dll error, different than the other topic.
WSE 2 x509 Certificates
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?!
jmcdonaldtucson
pseudo:
MyProgressBar
.
Value
=
CInt
((
CurrentRecord
* 100) /
TotalRecords
)
how can I show the search progress?!
Answer this question
how can I show the search progress?!
jmcdonaldtucson
pseudo:
MyProgressBar.Value = CInt((CurrentRecord * 100) / TotalRecords)