G
Guest
Thank you in advance for any and all assistance. It is greatly appreciated.
I am working with Plimus for licensing my software. I can communicate with
the server and I'm getting responses in XML. My question is, the XML stream
that's coming back is telling if it's a successful license registration,
validation, too many installs etc. How do I capture that information and use
in my logic?
I tried:
'If responseContent = "<status>STATUS_CODE</status>" Then
' MessageBox.Show("The key you have enter is either invalid
or you misentered the key. Please try again")
' License.Text = ""
' License.Focus()
'Else
MessageBox.Show(responseContent)
'MessageBox.Show("Thank you for registering. Enjoy your
software!")
'Me.Close()
'Dim frm As Form
'frm = frmEZTechToolsIdentifier
'frm.Show()
but the code doesn't capture the XML stream. What do I need please?
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
I am working with Plimus for licensing my software. I can communicate with
the server and I'm getting responses in XML. My question is, the XML stream
that's coming back is telling if it's a successful license registration,
validation, too many installs etc. How do I capture that information and use
in my logic?
I tried:
'If responseContent = "<status>STATUS_CODE</status>" Then
' MessageBox.Show("The key you have enter is either invalid
or you misentered the key. Please try again")
' License.Text = ""
' License.Focus()
'Else
MessageBox.Show(responseContent)
'MessageBox.Show("Thank you for registering. Enjoy your
software!")
'Me.Close()
'Dim frm As Form
'frm = frmEZTechToolsIdentifier
'frm.Show()
but the code doesn't capture the XML stream. What do I need please?
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.