|
First
|
Prev |
Next
|
Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
Error 800A000A Hi! Need som help, Im trying to merge one textfile with computernames and one list of computers that an account in my AD is aloud to log to. When I try to Redim in the For Each Loop I receive an error 800a008 The array is locked. Why? Dim ForReading Dim bolTest Dim fso, objFile Dim index,strTemp Dim arrC... 10 Jun 2008 09:58
Need help on treeview Hi, I want to use a treeview object in my application but don't know how to start. Can somebody show me how to use it or give some examples I can work on. Thanks Boein ... 10 Jun 2008 05:49
CREDIT CARD +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ http://geocities.com/fixedratecreditcard http://geocities.com/mortgagesoftware1 http://geocities.com/hostingmanagedweb http://geocities.com/compareonlinetrading http://geocities.com/helpdesksoftware ... 9 Jun 2008 17:04
uh-oh, I forgot something, "focus"... Many -- if not most -- apps will not accept keystrokes into a textbox, unless the textbox has "focus". I don't have any first-hand experience with IE7, but you might experiment (manually) by bringing up the target page, and hitting the tab key until the focus rectangle lands on the textbox where you want to ente... 9 Jun 2008 13:59
Microsoft VBScript runtime error I am trying to fun a VBScript on a Windows 2000 server. Here is the code snippit that it errors on: If Wscript.Arguments.Named.Exists("h") Or Not Wscript.Arguments.Named.Exists("drive") Or Not Wscript.Arguments.Named.Exists("w") Or Not Wscript.Arguments.Named.Exists("c") Or CInt(Wscript.Arguments.Named("w... 9 Jun 2008 18:05
Script that goes out over the network to all servers I need to created a script that will go out across the network and retrieve whats software is installed as well as what patches (windows and app) are installed. ive found scripts to get patches and some to get applications but dont know how to combine them and really dont know how to get the script to go acros... 9 Jun 2008 13:59
reading coma seperated text file error Hi all, I found this nice bit of code (below) @ activexperts.com and it should do what i need, however when i run it against a test file i get an error once all lines have been processed... the error is: "Microsoft VBScript runtime error : Subscript out of range: '[number: 0]'" Can someone offer any help as t... 11 Jun 2008 08:12
file copier with log I'm writing a file copier where the user chooses the source directory and the destination directory. I'm trying to preserve the file structure, too. The dest is usually going to be a network path, so I map a drive to it to avoid the MAX_PATH limit. I still have to re-map this drive "on-the-fly" because the source... 9 Jun 2008 11:55
help - batch copy /b command for vbs Hi all, i have been using a batch file to create my 7-zip sfx file, however i am moving allot of my scripts from batch to vbs - can someone tell me how i can do the following batch command in vbs please? copy /b 7zip.sfx + comment-7zip.txt + "filename.7z" "newfilename.exe" Cheers, Daz ... 11 Jun 2008 00:34
sendkeys, ie7, forms, any new bugs? An automated data query and download download script that has been running well for a year suddenly stopped working recently. Due to (deliberately?)poor coding of the website the only way to fill one input field is sendkeys: [code] Set oDoc = oIE.Document Set oCollection = oDoc.All.Tags("INPUT") Set oElement = M... 16 Jun 2008 12:41 |