election program
- Read more about election program
- Log in or register to post comments
- 25 views
Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.
need program with source code for
barcode reader/scanner
or
qrcode
or pdf417
or any
2D barcode
Option Explicit
Private Function DecToBin(ByVal x As Long) As String
Dim Y As Long
Dim Num As String
While (x \ 2) > 0
Y = x \ 2
If x > 1 Then
Num = Val(x - (Y * 2)) & Num
End If
x = Y
Wend
Num = x & Num
DecToBin = Num
End Function
Private Function Pow(Number As Long, Power As Integer) As Long
Dim x As Integer
If Power > 1 Then
For x = 2 To Power
Number = Number * 2
Next
Pow = Number
need project / thesis Developer? please contact me 2 felizdacers2yahoo.com
codes for monitoring cargo employee .. would you please help me ?!. thanks