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 gkittelson 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. jpeyer

    BinaryWrite -- works on one server and not the other

    Oh yeah, I'm getting a generic 500 Jeremy
  2. jpeyer

    BinaryWrite -- works on one server and not the other

    I have some code that boils down to this: strFileName = "D:\pdf\original_docs\1234.pdf" Response.ContentType = "application/pdf" set objBinaryFile = Server.CreateObject("BinaryFileStream.Object") Response.BinaryWrite objBinaryFile.GetFileBytes(CStr(strFileName))...
  3. jpeyer

    Put XP to sleep with keystroke / corner?

    bcastner, Thanks for your help! Jeremy
  4. jpeyer

    Put XP to sleep with keystroke / corner?

    Thanks for that. Can I do about the same thing for 'sleep'? Hibernation takes a bit long to enable and recover from... I need this for a presentation and I have an auto-sensing vga switcher that defaults to the cpu signal. Once the cpu signal is absent, it will switch over to the secondary...
  5. jpeyer

    Put XP to sleep with keystroke / corner?

    Does anybody know of any way to put XP Pro to sleep by using a keystroke or corner? If it is a 3rd party app, that's totally fine. I have found a LOT of apps that will turn on a screen saver for you, but I need to be able to actually put the computer to sleep (or 'standby' as it were)...
  6. jpeyer

    Recover deleted emails in os9 Entourage?

    I have not been able to find out if this is possible at ALL.. does anybody here know of a solution? Thanks, Jeremy
  7. jpeyer

    extract numbers [0-50] from a string -- use regex?

    Excellent. I guess my big problem was with the 'execute' command -- have THAT all sorted out now. After a bit of fooling around with this, everything is working great(and yes, the pattern was greedy enough). Thanks, Jeremy
  8. jpeyer

    extract numbers [0-50] from a string -- use regex?

    I need a way to extract a number (will be up to two-digit) from a string... I will have no problem converting that resulting string to an integer, but just initially getting the number out of the string... the string may look like any of these: 'blahblahblah1.asp', 'blahblahblah1_submit.asp'...

Part and Inventory Search

Back
Top