In this calculation if i define lBytesPerCluster & lpNumberOfFreeClusters as long, i total as double, I get an overflow error. When i debug the error, the two variables have the correct answer, bu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10130149.html
Zones:
Visual BasicDate Answered: 02/19/1999 Rating: 7.0 Views: 0
Here's my code:
If optMultiply.Value = True Then
lblDisplay.Caption = hsbFirst.Value * hsbSecond.Value
End If
Here's My Problem:
I can't multiply anything over 164 * 200
(the answer is ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10309579.html
Zones:
Visual BasicDate Answered: 03/12/2000 Rating: 9.0 Views: 0
what causes an overflow error 6.when building a recordset by adding records using the addnew function.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10406876.html
Zones:
MS AccessDate Answered: 06/07/2000 Rating: 9.0 Views: 0
Hi,
a conversion of decimal number 2147483648 (&H80000000) above to a hex value will cause an overflow error...
anybody know how to solve this?
thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10782182....
Zones:
VB ControlsDate Answered: 07/25/2000 Rating: 7.4 Views: 0
Hi
I am trying to do a Mod 11 check on a 16 digit number to validate credit/debit cards but I get an overflow error. I guess this is because the number is too big. How can I get round this prob...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20181859.html
Zones:
Visual BasicDate Answered: 09/13/2001 Rating: 9.0 Views: 0
I would like to develop a script that would allow me to display html text within certain parameters (353 x 195) and scroll the overflow vertically.
An example site is ampsf.com
Click enter
Cl...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20295042.html
Zones:
JavaScriptDate Answered: 03/23/2003 Rating: 7.2 Views: 0
I am copying one adodb.recordset to another by appending each field.
For iLoop = 0 To recOld.Fields.Count - 1
With recOld.Fields(iLoop)
recNew.Fields.Append .Name, .Type, .Defi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20469333.html
Zones:
VB DBDate Answered: 01/21/2003 Rating: 7.4 Views: 0
I am creating an image viewer which displays image thumbnails in a picturebox control called picThumb. Total number of images to be displayed at once are 28 (i.e 7 lines, 4 pictures per line). Add...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20511475.html
Zones:
Visual BasicDate Answered: 02/28/2003 Rating: 7.6 Views: 0
Does anyone have any code or know how to use a timer function on milliseconds level? the clock() function works but will eventually overflow. Thanks.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20529901.html
Zones:
C++Date Answered: 03/11/2003 Rating: 7.8 Views: 4
Hi everyone
I am having a problem with a table that i am creating. the code for this table is below. the problem is that if there is more than one row to be displayed then only the first row will ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20598330.htm...
Zones:
ASPDate Answered: 04/29/2003 Rating: 7.6 Views: 0