Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion
Message
From
29/01/2003 16:20:22
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Conversion
Miscellaneous
Thread ID:
00746887
Message ID:
00746887
Views:
50
Hello all, I am converting an Embedded VB app to a VB.NET smart device app. I ran across a piece of code that is puzzling me. As far as I know the function is capturing data for a signature and storing it in hex, I think. Anyway, PadHex is my question. What is the code in VB.NET to carry out the same functionality as PadHex? Honestly, I really don't know what PadHex does. Below is the code. Thanks for the help.


Private Function StoreSigData() As String

WaitCursor(True)
mstrSigData = ""

For mintSigCounter = 0 To mintSigMoves - 1
mstrSigData = mstrSigData + _
PadHex(maintSigArrayX(mintSigCounter)) + _
PadHex(maintSigArrayY(mintSigCounter))
Next mintSigCounter

Call WaitCursor(False)

StoreSigData = mstrSigData + " (" + CStr(mintSigMoves * 4) + ")"

End Function
Randy Belcher
AFG Industries, Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform