Snowl Posted August 24, 2009 Share Posted August 24, 2009 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 More sharing options...
Question
Snowl
Yeah, what the title says.
so i have a textbox and a button called go
so i want to convert the textbox to base64 then submit etc
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