First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
Change Folder View When Using an Iframe to Display a Folder Contents
When an iFrame is being used to display the contents of a folder on a machine, is it possible to use VBScript to change the view of the folder? I've got a iFrame whose source is changed via VBScript, but when it changes the folder shows Icons. I'd rather view the folder Details instead. ... 2 Feb 2010 17:34
Copying files from virtualstore folder with script???
Using a wscript (vbs) to zip and copy user data/files to a backup folder on the network. For some reason this user (a new client) has all his quicken files in: "C:\Users\robert\AppData\Local\VirtualStore\Program Files\Quicken\" The script file opens a cmd windows to run the zip program. But none of the files ... 15 Jan 2010 14:59
Regular Expression to detect repeating decimal?
Can a regular expression detect a repeating decimal? For example, given these input numbers, can a regex return these return values? 1.232323 -> returns "23" 1.23456789789789 -> returns "789" (ignores the "23456" before the repetitive part) 1.1371371 -> returns "137" (not 371) 1.13713713 -> return... 13 Jan 2010 18:55
[ann] google code search
just in case you haven't seen this already: http://www.google.com/codesearch It searches public source code for anything you want. Also note: it will be looking _inside_ the code. cheers, jw ... 13 Jan 2010 15:29
Determining the last business date
Is there any way (at 5pm in the continental USA) I can (fairly) conclusively determine the most recent date on which the stock market was open? This question comes from the following: If I have my VBScript hop over to http://my.msn.com/ then I can take a look at a fixed set of stock quotes (provided I have set... 11 Jan 2010 18:47
objExcel.ActiveWorkbook.SaveAs
I have a file called HR.xls, but it is a html file type (eventhough it has an xls extention). I want to save it as an xls file type. How do I do this and where can I find the properties for this method? I've looked for it in Technet but haven't found it. Thanks for your help. I really appreciate it. ... 12 Jan 2010 10:41
Remote script with alternate credentials?
Hi, Is there a way to run VBScript remotely with alternate credentials? Thank's for your help. ... 11 Jan 2010 14:16
Opening DLLs
I have been given a DLL that I need to use in a VBS script. I have been told that it is just a DLL and NOT a COM object. Registering it in REGSVR32 fails, of course. The creator seems disinclined to convert it into a COM object he simply says that it works in C, C++ and VB !! Is there any method of using... 11 Jan 2010 15:24
split question
Hello I want to split several lines of text in the TXT file "d:\Names.txt" They are seperated with an asterix (*). Like that: one*two three*four five*six seven *eight Please remember the added space after seven and after eight. I want to search for "seven " with a trailing space and replace it with "ei... 8 Jan 2010 11:41
Get custom database properties from an Access database
I use the following code in VBA in an Access database to retrieve a custom database property: currentdb.Containers(1).Documents("Uzivatelske").Properties("Version") I would like to get this value via VBScript without opening the database. I have found many tutorials and examples on how to retrieve values form... 14 Jan 2010 00:24
First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58