Click here to Skip to main content
15,910,411 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: using vb.net classes in vb 6.0? Pin
Mike Ellison23-Oct-03 18:34
Mike Ellison23-Oct-03 18:34 
GeneralNeed Help with ocx Pin
enjoy_my23-Oct-03 0:46
enjoy_my23-Oct-03 0:46 
GeneralRe: Need Help with ocx Pin
Nick Seng26-Oct-03 14:32
Nick Seng26-Oct-03 14:32 
GeneralAutorun macro Pin
boon kian22-Oct-03 16:01
boon kian22-Oct-03 16:01 
GeneralRe: Autorun macro Pin
Edbert P22-Oct-03 21:14
Edbert P22-Oct-03 21:14 
GeneralConnection Pin
Anonymous22-Oct-03 8:40
Anonymous22-Oct-03 8:40 
GeneralNumeric Calc Proplem Pin
Anonymous22-Oct-03 8:31
Anonymous22-Oct-03 8:31 
GeneralRe: Numeric Calc Proplem Pin
Daniel Turini22-Oct-03 8:54
Daniel Turini22-Oct-03 8:54 
You cannot trust double nor float results on any language (to be picky, those who use IEEE floating point arithmetic): they are subject to rounding errors.
A full description of the causes can be found on several articles on the web, like here
Search google for, e.g., IEEE rounding errors.

There are quick ways of working this around:
1. round the results
2. don't compare with '=', use a 'between'-like comparison.
3. Use the Decimal data type.


Trying to make bits uncopyable is like trying to make water not wet.
-- Bruce Schneier

GeneralRe: Numeric Calc Proplem Pin
Anonymous22-Oct-03 9:46
Anonymous22-Oct-03 9:46 
Generalcreating a hook dll in vb to be used in vb Pin
percyvimal21-Oct-03 22:02
percyvimal21-Oct-03 22:02 
GeneralRe: creating a hook dll in vb to be used in vb Pin
J. Dunlap21-Oct-03 22:14
J. Dunlap21-Oct-03 22:14 
GeneralRe: creating a hook dll in vb to be used in vb Pin
percyvimal21-Oct-03 22:21
percyvimal21-Oct-03 22:21 
GeneralRe: creating a hook dll in vb to be used in vb Pin
Duncan Edwards Jones21-Oct-03 23:56
professionalDuncan Edwards Jones21-Oct-03 23:56 
QuestionHow to play quick time video Pin
sanjdhi21-Oct-03 21:32
sanjdhi21-Oct-03 21:32 
AnswerRe: How to play quick time video Pin
Dave Kreskowiak22-Oct-03 7:40
mveDave Kreskowiak22-Oct-03 7:40 
Generaldatagrid - sync scroll Pin
Member 58350920-Oct-03 21:55
Member 58350920-Oct-03 21:55 
GeneralArrays in VB.Net Pin
Rip V. Winkle20-Oct-03 10:52
Rip V. Winkle20-Oct-03 10:52 
GeneralRe: Arrays in VB.Net Pin
Nick Seng21-Oct-03 20:32
Nick Seng21-Oct-03 20:32 
GeneralRe: Arrays in VB.Net Pin
Rip V. Winkle22-Oct-03 4:11
Rip V. Winkle22-Oct-03 4:11 
GeneralRe: Arrays in VB.Net Pin
Dave Kreskowiak22-Oct-03 7:37
mveDave Kreskowiak22-Oct-03 7:37 
GeneralRe: Arrays in VB.Net Pin
Mike Ellison22-Oct-03 8:48
Mike Ellison22-Oct-03 8:48 
GeneralRe: Arrays in VB.Net Pin
CybrWeez30-Oct-03 9:49
CybrWeez30-Oct-03 9:49 
Generalsound api to work in win98 Pin
pedagogy20-Oct-03 5:43
pedagogy20-Oct-03 5:43 
GeneralRe: sound api to work in win98 Pin
Dave Kreskowiak20-Oct-03 6:16
mveDave Kreskowiak20-Oct-03 6:16 
Questionhow write and add uninstaller by vb.net ? Pin
Tridip Bhattacharjee20-Oct-03 2:28
professionalTridip Bhattacharjee20-Oct-03 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.