| Thread | Last Post | Replies |
|
| Date Formatting in VB6 | 26 Apr 2007 16:45 GMT | 13 |
I am working with a file that has the date in yyyy-mm-dd format and need to convert any dates I am working with to that format for comparison purposes and for use in SQL queries. I have tried to use dtToday = Format(Date, "yyyy-mm-dd")
|
| Download freezes | 22 Apr 2007 01:14 GMT | 1 |
I use the following code My.Computer.Network.DownloadFile(file.Text, "C:\Program Files\Mystic Galaxies\ Mystic Galaxies Aqua\Downloads\" & title.Text & ".mp3") and it downloads the file, but freezes the application. Why is it doing this?
|
| sending a page break to a word doc from excel via vba | 20 Apr 2007 21:06 GMT | 2 |
Using Miscrosoft office 2003---Does anyone know the syntax for a page break in vba in excel for a word document? TIA,
|
| Is There a Way to Restart a Read? | 19 Apr 2007 18:10 GMT | 7 |
I'm reading through a text file to grab various values, three to be exact. I do an oRead.OpenText(myfile) and I find my first value. What I'm currently doing is closing the read, oRead.Close() and doing an oRead.OpenText(myfile) to then find the second value and then the
|
| Inputbox prepopulate | 12 Apr 2007 15:12 GMT | 11 |
How can I prepopulats an inputbox? userinfo = inputbox(Type in the path to your server") I want the above inputbos prepopulated with \\servername\users\. So all they have to do is type in the username.
|
| browser call | 09 Apr 2007 18:42 GMT | 4 |
What is the syntax to call the default browser with a URL string from VB? I want the browser to open and take the focus to the page indicated by the URL. Thanks for your help.
|