VB Script objReg.EnumKey Object not a collection when opening vbs as shortcut
It's really strange the script works fine if I double click on it, but if I call it from say an email shortcut I sent to my colleuges or shell run it from my other program, it throws the error: Object...
View ArticleGridview doesnt show in IE WHY ???
Gridview will not appear in IE. Why I do not know. HELP !!!!! VS 2010 and IE9 ASPX <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>Create...
View Article[RESOLVED] Have problem with url and file://
Hi! I want in ASP generate urls on a web page that point to locally stored files, like a file browser. I build the paths in visual basic code on the server. The problem is that files with a space in...
View ArticleLooking for the script declarations tags in XHTML. Using only the tags...
Hello I am looking to be using the script tag that makes a VBScript session in XHTML. This is what I know so far... Code: <script language="vbscript"> blah blah blah </script> Can I please...
View ArticleMoving Files
I want to move files (no shortcuts) from the logged in users desktop to a network drive. I think I am close to getting my script set-up properly but just can't quite get it there. This is what I...
View ArticleURL changed in IE and chrome
I am working on small application ..where i need to create report in excel .on prview button it open URL http://mis-srv/Report/report/act-mis...raphic-mis.asp in IE and chrome but it should be...
View ArticleIP Range expansion
Hello, I need a vbscript that will parse through a text file where every new line is either an ip address or ip range (ex 10.10.10.10 or 11.11.11.11-13) I need a script that will parse through the text...
View Article'nstead save to file, how can I save it into a traditional .mdb?
'In traditional ASP: Dim fileStream Set fileStream = Server.CreateObject("ADODB.Stream") '......Got fileStream of a file from user's computer and then successfully pasted it into server:...
View ArticleAsp Page Print Issue[Urgent]
Dear All, In my asp web site , i have a page to print which has some contents which loading from database and it is some time 40line of data and 100 line of data n the page. i have just used...
View ArticleHow to hide the path of the image files in my ASP site?
Hi, I hope this is not too difficult: How to hide the path of the image files in my ASP site (ASP.Net code also works)? Now, a visitor can see the path of the image related to an article something like...
View ArticleVBScript ran through CreateProcess C++ Function
Hello All, I have a c++ program that I am attempting to run a VBScript via the CreateProcess function. The purpose of the script is to write to the registry a username, password, and domain to allow...
View ArticleSimple text-based RPG help?
So in class recently, I've had a lot of free time on the computers, and have been making little things in VBscript, and learning along the way. I'm still waaaay a beginner though. So I made a very easy...
View ArticleCan't get iis v6 to process a dynamic aspx file.
Hi guys I am a true novice to aspx or asp. Not sure this is the right place to get help, anyway being desperate will still post here. I install iis v6 on a winxp.sp3 pc. According to the services iis...
View ArticleHow to hide the path for .zip files?
Hello, I put all .zip files in folder /zipFiles/ of my ASP site (ASP.Net code also works). How to hide the path of the .zip files in my ASP site? Now, a visitor can see the path of the .zip file...
View Articlepsexec in vbscript works fine, except when initiated by drag and drop
I have a vbscript - lets call it "masterscript" that includes a psexec call, something like this: %comspec% /c psexec.exe -accepteula \\targethostname -u targethostname\username -p password %comspec%...
View ArticleRandom Sendkeys VB & VBSCRIPT
How would I make my program type random words in VB script (Visual Basic Scripting Edition)? This is what I'm using in VB but I need an equivalent script to carry out this task in VB script :- Code:...
View Articlefileupload
friends How to pass files to file upload control using command button i don't want to click browse file i know the file on my hard disk so i want to give the file to fileupload using code how can i do...
View Articleasp css input
friends; i create i new css file with this code '==================== input { border-color :Green ; border-width:thick ; border-style :dotted ; } ''''''''''''''''''''''''= when apply this css to my...
View ArticleHow to view the Error Report by changing the web.config file
Hi Folks, When .aspx page has an error, the description of the error does not display in the browser . To make it display, we need to make a small change in web.config file. What is this change? I done...
View Article