Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gregaug

    activex registry setting

    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.
  2. gregaug

    Getting user directory

    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...
  3. gregaug

    ip addres reg ex

    thanks!
  4. gregaug

    ip addres reg ex

    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?
  5. gregaug

    redirect system call

    hello, How can a redirect a system call in Windows so the output isn't displayed on the screen? thanks for any help
  6. gregaug

    Control frames in IE

    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
  7. gregaug

    force new IE session

    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.
  8. gregaug

    axinterop vs interop

    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
  9. gregaug

    updating progress bar

    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...
  10. gregaug

    system.security exception

    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...
  11. gregaug

    Visual C++ built file not updating

    ok, it was something incredibly dumb. When I hadn't notcied, someone changed the output filename and I had been looking at the modification time for the file, not noticing it was right next to the one that I was trying to execute. Sorry for such an incredibly dumb post.
  12. gregaug

    Visual C++ built file not updating

    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...
  13. gregaug

    learning AJAX

    Does anyone know a good site that gives a basis for AJAX without using CGI::Ajax?
  14. gregaug

    only displaying one side of a border on a frame

    Is it possible to only display one side of a border on a frame, similar to the frame=vsides option for tables?
  15. gregaug

    find variables in a frame

    Nevermind, I was able to reference it correctly by going to parent.frames
  16. gregaug

    find variables in a frame

    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.
  17. gregaug

    extra space on submit buttons

    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...
  18. gregaug

    grep or readdir taking long time

    I'm wondering if there are just significantly more in here than elsewhere. Does anyone have any clue how long it takes to grep?
  19. gregaug

    grep or readdir taking long time

    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...
  20. gregaug

    select and text box covering pop-up

    thanks! putting an empty iframe in front of the pop-up worked!

Part and Inventory Search

Back
Top