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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dweeble

  1. dweeble

    Collapsible iFrame

    kaht Oh that is it,, thanks very much. Michael
  2. dweeble

    Collapsible iFrame

    Hello, I have this script and on loading the iFrame by default is open, its got me. What am I missing to make the iFrame closed by default on open ? Thanks for any help.. Mike -------------------------------------------------------- <html> <head> <script language="JavaScript"> function...
  3. dweeble

    Get item of a long registry value

    Mark Thanks for your help and getting me on the trail. Michael
  4. dweeble

    Get item of a long registry value

    Hi Mark, Thanks for the reply. I did try the option "/" but still did not get anything in the variable, but this below did the trick after some adjustments. arrPrn = Split( strPrn, ",", -1, vbTextCompare ) strDescr = arrPrn(0) arrPort = Split( arrPrn(2), ":", -1...
  5. dweeble

    Get item of a long registry value

    Hi Mark, Hey Thanks much for your reply, this is what I did but not getting the result of (AMFALLNL002) in the variable "prtShare" ? This is what's returned by printerPath, \\ipp://metipp.aurora.org\AMFALLNL002,winspool,Ne05: ----------------------------------------------------- Function...
  6. dweeble

    Get item of a long registry value

    Hi I'm trying to pull just the "AMFALLNL002" from the default printer registry value located under here: "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device" Value is "Device"="\\\http:\\server.one\\AMFALLNL002,winspool,Ne01:" I can get the value into variable with "defPrntr =...

Part and Inventory Search

Back
Top