Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMultiple click events Pin
rudemusik29-Oct-04 17:45
rudemusik29-Oct-04 17:45 
GeneralRe: Multiple click events Pin
MohammadAmiry30-Oct-04 6:57
MohammadAmiry30-Oct-04 6:57 
GeneralRe: Multiple click events Pin
rudemusik30-Oct-04 12:42
rudemusik30-Oct-04 12:42 
GeneralRe: Multiple click events Pin
rudemusik30-Oct-04 12:45
rudemusik30-Oct-04 12:45 
GeneralFolderBrowserDialog.SelectedPath not working on Windows 98 Pin
jms007x29-Oct-04 14:37
jms007x29-Oct-04 14:37 
GeneralDataReader Pin
compkitty729-Oct-04 9:05
compkitty729-Oct-04 9:05 
GeneralDivision with Doubles producing unpredictable results Pin
ldself29-Oct-04 8:05
ldself29-Oct-04 8:05 
GeneralRe: Division with Doubles producing unpredictable results Pin
Dave Kreskowiak29-Oct-04 9:17
mveDave Kreskowiak29-Oct-04 9:17 
This is because the internal representation of floating point numbers is not exact. There are many articles all over the 'Net about IEEE storage format and why this happens.

A workaround would be to round the results off to the number of decimal places you want using Math.Round(), or use Decimal types instead of Double.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalmsflexgrid Pin
Anonymous29-Oct-04 7:31
Anonymous29-Oct-04 7:31 
GeneralIE TabStrip Control Help Pin
dotnet2new29-Oct-04 7:30
dotnet2new29-Oct-04 7:30 
GeneralRe: IE TabStrip Control Help Pin
Dave Kreskowiak29-Oct-04 9:13
mveDave Kreskowiak29-Oct-04 9:13 
GeneralRe: IE TabStrip Control Help Pin
dotnet2new29-Oct-04 9:52
dotnet2new29-Oct-04 9:52 
QuestionHow to gain more control over a scanner through VB.NET? Pin
azam31629-Oct-04 5:57
azam31629-Oct-04 5:57 
AnswerRe: How to gain more control over a scanner through VB.NET? Pin
Dave Kreskowiak29-Oct-04 9:11
mveDave Kreskowiak29-Oct-04 9:11 
GeneralVB.NET Performance Counters Pin
Jim Radetski29-Oct-04 5:29
Jim Radetski29-Oct-04 5:29 
QuestionHow to get a character ascii code in VB.Net .??? Pin
Modern_night29-Oct-04 2:50
Modern_night29-Oct-04 2:50 
AnswerRe: How to get a character ascii code in VB.Net .??? Pin
RichardGrimmer29-Oct-04 3:54
RichardGrimmer29-Oct-04 3:54 
GeneralRe: How to get a character ascii code in VB.Net .??? Pin
MohammadAmiry29-Oct-04 7:02
MohammadAmiry29-Oct-04 7:02 
GeneralMdi form and Toolbar Pin
adnan aslam29-Oct-04 0:43
adnan aslam29-Oct-04 0:43 
GeneralMdi form and Toolbar Pin
Anonymous28-Oct-04 23:58
Anonymous28-Oct-04 23:58 
GeneralDeveloping Softwares Pin
Ashish C Chaturvedi28-Oct-04 20:13
Ashish C Chaturvedi28-Oct-04 20:13 
GeneralRe: Developing Softwares Pin
Dave Kreskowiak29-Oct-04 2:07
mveDave Kreskowiak29-Oct-04 2:07 
Generalvirtual database interface for VB.Net Pin
Member 147812928-Oct-04 11:54
Member 147812928-Oct-04 11:54 
GeneralRe: virtual database interface for VB.Net Pin
J4amieC28-Oct-04 21:56
J4amieC28-Oct-04 21:56 
QuestionSaving Grayscale JPEGs with GDI+, Is it possible? Pin
tdrice28-Oct-04 10:54
tdrice28-Oct-04 10:54 

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.