Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion
Message
De
29/01/2003 16:20:22
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Conversion
Divers
Thread ID:
00746887
Message ID:
00746887
Vues:
51
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform