hi,
i need the following line to write START http:// in vba however it wont write ithe http:// part to the pgp (text based) file whats the trick for this?
objWriter.WriteLine((TextBox5.Text) + "," + " " + "START http://" + (TextBox6.Text)
This is the rest of the code if nesesary:
Public Class Form1
Private Sub Button1_Click(ByVa...
Hi everybody!
I am searching for C/C++ library for txt -> odf conversion. I've already checked http://odftoolkit.org but it has only Java version. Main criterion is a ease of use.
...
I'm trying to create a code to download mp3 files embedded in a page. It starts out as a submit form. You input the URL and submit it, and it writes the HTML source of that page to a text file. I also set the script to search the source to see if there is an audio file embedded. I suppose I should include that it's not in the format of f...