hello,
Is there some setting in the registry that will cause ActiveX controls to always show, no matter how restricted a user is? I mean this without setting the user's ActiveX control to Administrator approved.
Hello,
I was wondering if there was any way to get a user's directory (e.g. c:\documents and settings\gregaug). I know you can get the temp directory (c:\documents and settings\gregaug\local settings\temp), but I would like to write a user-specific file that isn't as likely to get deleted...
hello,
I'm new to vbs, and I'm trying to run a script where a user can enter an ip address. I'm just trying to simply test to make sure a valid ip was sent in, i.e. 4 numbers from 0-255 separated by a dot. I can't seem to get the right regex or code to check it. Can someone please help?
hello,
I have a C# dll that runs in the right frame of IE. I'm wondering if there's some way to redirect the left frame when I reach a certain line in the code. Any stuff I've seen looked like it was for creating a new browser, not using an existing one.
thanks for any help
Is it possible to open a new window that forces a new session of IE? Or, ideally, be able to use an iframe to somehow display a new session's page (althought I doubt that can be done)
Any help is appreciated.
I want to get an axinterop file so that I can do some of the system controls with it. I have an interop file. Is there some way that I can change it to an axinterop?
thanks for any help
hello,
I'm trying to get a progress bar to show upload status of a file, but I'm not sure how to actually activate the movement of the bar. I found some examples with .NET 2.0, but I'm using 1.1. Here's some of the code I have that deals with the upload:
FileInfo fInfo = new...
Hello, I'm kind of new to C# programming, and I'm getting an error that I have no idea what it means. It has to do with security, but beyond that, I'm pretty lost. Here's what the IE debug has:
URL: http://localhost/scripts/PCRecorder.dll
Zone: 1
Assembly Name: PCRecorder.dll
Type Name...
Hello,
I've got something really weird going on. I have a CPP file that I'm editing with Visual C++ 6.0. I've built the file (apidemo.cpp) into an exe file a couple times, but when I run the exe from the command line, it's almost as if nothing was updated. I've even tried simple things like...
Is it at all possible to find the variables in a frame that's different than the one you are currently working on? I'm sure this seems like a dumb question, but I just can't seem to get it right. Any help is appreciated.
hello,
I have a couple submit buttons that have long values in them, and then there's a lot of useless space before and after the values, making the buttons extra big. Is there some way of removing this extra space? I have the creations of the buttons in a perl subroutine because they're...
hello,
I have a page that uses a passed in number ($currnum), then checks if any files exist for that number from the specified page. For some reason, the page tends to slow down a lot at the readdir line, and, thru testing, I am positive it is that line. This is chunk of code as it...
hello,
I have a javascript pop-up that is covered by the select boxes and text boxes on the page. I have code that hides the boxes when the pop-up is there, but I would prefer if it could just go over the boxes. Is there some way to do that? Any help is appreciated.
Hello,
I'm trying to use an iFrame, but I never have before. I have a javascript file (calfile.js) that pops up a calendar when a link is clicked. In order to make sure the calendar shows properly, it hides the SELECT and APPLET elements. Is there some way to make this calendar show up in...
hello,
How do I call a javascript file from perl? The file is purely javascript (.js), so it has syntax problems when read as a perl file. The perl file is in the same folder as the javascript file (called script01.js). Thanks for any help.
hello,
I'm trying to zip a bunch of files, then base64 encode the zip file, write the base64 code to another perl script, and base64 decode the base64 code.
my $status = $zip->writeToFileNamed($zipname);
die "Error creating parts zip file.\n" if $status!= 'AZ_OK';
print TRVUP...
I want to take a list of files and encode them to the __DATA__ section, and then extract them back to their different files. I think I've started right, but I'm not sure. I cannot do a simple copy file to move them because the purpose is to get them to multiple remote machines.
sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.