Is there any limit on the value that progressbar hold.

Recommended Answers

All 3 Replies

ProgressBar1.Value = 100

jx_Man,its a default value. If i want that progressbar1.value=1000000000000000.
It is giving error,y so?/Dats y i m asking what is the max value that we assign to progressbar.

Hi,

Check the MSDN Help:

For each property, you can specify an integer between -32768 and 32767
inclusive.


Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.