vb.net - Display a txt file on website in a message box in vb -
How can one drag text from a txt file into a vbb website and show it in a message box Checker For example, if there was a TSTT file, how can I see that message in a message box when vb is active in
msgbox ( Show_txt_from_txt_file_from_website )?
I just able to do this by applying a server side application and I can change the txt of the message without updating the application again / it is difficult to understand what to say Trying but I hope someone can understand my problem
Quick'n 'dirty:
MessageBox ((New System .Net Webclient). DownloadString ("http://example.com/tip.txt"))
Better:
New Way Using wc as a bclient () ends with the use of messagebox.show (wc.DownloadString ("http://example.com/tip.txt"))
Comments
Post a Comment