Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


hexadecimal to long integer

 

'hexadecimal to long integer

Public Function HextoLong(HexNum As String) As Long
On Error Resume Next
HextoLong = Val("&h" & HexNum$)
End Function

Private Sub Form_Load()
MsgBox HextoLong("1A")
End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Change the windows wallpaper(VB)
fahrenheit to celsius conversion(C Sharp)
Degrees / Radians conversions(ASP)
start internet explorer(Powershell)
flashing status bar message(Javascript)
set background colour(CSS)
simple quote of the month(PHP)
If Else statement(PHP)

    




Copyright © 2003 by programmershelp.co.uk