• 0

[VB] Need to convert TextBox to base 64 and submit to webbrowser


Question

Yeah, what the title says.

Function Base64EncodeBinary(inData)
  Base64EncodeBinary = Base64Encode(BinaryToString(inData))
End Function

so i have a textbox and a button called go

so i want to convert the textbox to base64 then submit etc

Webbrowser1.Navigate("http://fabulous.random.org/index.php?q=" + Base64EncodeBinary = Base64Encode(BinaryToString(inData)) TextBox1.Text)

since im new to vb i have no idea how to do this.

Please elp.

Thanks,

David.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.