|
-
Apr 17th, 2003, 07:37 PM
#22
I wonder how many charact
Yea well a textbox automatically converts the int64 into a string...and a string can hold as much data as your computer can... but an int32 which is the data type used by the progressbar.Value property can only use a 4-byte value... which an Int64 is not...
use the convert class ... and make sure to have Option Strict checked in your IDE configuration so the compiler will warn you about these things...
Last edited by nemaroller; Apr 17th, 2003 at 07:41 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|