G
Guest
Thank you in advance for any and all assistance.
I'm trying to create a call to a web page to validate and register software.
The code I'm using is:
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles OK.Click
Dim WebRequest As HttpWebRequest
Dim instance As HttpWebRequest =
WebRequest.Create("https://www.plimus.com/jsp/validate...eTextBox.text&uniqueMachineId=GetOSProductKey")
End Sub
The error I'm getting is that .Error
1 'Create' is not a member of
'EZTechTools.LoginForm1.HttpWebRequest'. E:\EZTechToolsProMo\EZTechTools\LoginForm1.vb 119 42 EZTechToolsPro
HELP Please!
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
I'm trying to create a call to a web page to validate and register software.
The code I'm using is:
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles OK.Click
Dim WebRequest As HttpWebRequest
Dim instance As HttpWebRequest =
WebRequest.Create("https://www.plimus.com/jsp/validate...eTextBox.text&uniqueMachineId=GetOSProductKey")
End Sub
The error I'm getting is that .Error
1 'Create' is not a member of
'EZTechTools.LoginForm1.HttpWebRequest'. E:\EZTechToolsProMo\EZTechTools\LoginForm1.vb 119 42 EZTechToolsPro
HELP Please!
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.