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 TouchToneTommy 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: *

  • Users: thoms
  • Content: Threads
  • Order by date
  1. thoms

    opening a window in Javascript and writing XUL in it

    My Mozilla client would need to recieve an XUL string (a string of XUL tags forming a valid XUL document) and to 'inject' it a a window that it would have opened. Solution 1 : window.document.write(). But it only works with HTML content! Solution 2 : window.document.open(ContentType) for telling...
  2. thoms

    Rename file from Visual Basic6

    Hi Can I rename a file from VB6? If so, how? Thank you, Thoms
  3. thoms

    Compact a Ms Access db from VB

    Hi, I am trying to compact a database from VB, in a way that in the end, this VB project will be concverted to an exe file, from where users select the Ms Access db to compact, and click on a button to do it. I would need some ideas about the code to use to compact the database. I would like...

Part and Inventory Search

Back
Top