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 Shaun E 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. WSPanic

    Document uninstalled Dreamweaver Extensions

    Yea Thanks... Dang... So only Macromedia holds the secret. They are binary as I have looked at them in HEX Editor. Would be nice to be able to document all your extensions installed or otherwise. At least if Macromedia's extension manager was be able to allow you to save named extension groups...
  2. WSPanic

    Send query results via email

    Here is ASP script that Dumps a query to excel. You could mod Response.ContentType="application/vnd.ms-excel" to "text/html" and format output as plain text as you require. Sub QueryToExcel(strSQL, strConnString) 'Response.Buffer=true Response.ContentType="application/vnd.ms-excel" '--...
  3. WSPanic

    Document uninstalled Dreamweaver Extensions

    I am looking for a utility which can extract the same information that is shown in Macromedia Extension Manager from my collection of extensions that are not installed and dump to file (delimited txt, excel). I think it would be usefull to know all the details that are shown in the extension...

Part and Inventory Search

Back
Top