Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Ashok Agarwal"

Error Look UpVersion: VB6
Author: Ashok AgarwalSubmitted: 2/27/2004Downloads: 3464
A simple program which will display all the RunTime errors in VBA. Inspired by the Visual Studio utility "ErrLookUp.Exe"

Common LogarithmVersion: VB6
Author: Ashok AgarwalSubmitted: 8/15/2003Views: 11047
This code snippet returns the logarithmic value of a given number with 10 as its base (Common Logarithm)with out using the built-in VB LOG function(it uses e as its base[natural or napierian logarithm]).The accuracy of my LogC function is mostly upto 5 di ...more>>

Logarithm of any BaseVersion: VB6
Author: Ashok AgarwalSubmitted: 8/15/2003Views: 16220
This code snippet returns the logarithmic value of a given number with any given base without using the built-in VB LOG function(it uses e as its base[natural or napierian logarithm]). The accuracy of my LogB function is only upto a few digits after decim ...more>>

Form Caption MarqueeVersion: VB6
Author: Ashok AgarwalSubmitted: 8/4/2003Views: 12166
This piece of code will marquee the form caption.

LCD ClockVersion: VB6
Author: Ashok AgarwalSubmitted: 7/31/2003Downloads: 10095
This program will display current local time just as any LCD(Liquid Crystal Display) clock will display.

Page 1 of  1

Go to page: 1