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

    PrintToFile through WinApi

    Can anybody tell me if it's possible with the Win32Api to execute a printtofile of a file-type known in the registry ( through win file associations) . in other words : can I use a Api-call to print a type of file to a .prn-file, without opening the application.
  2. pietersj

    detecting active Word

    Thanks for that, but I need also the currently active "word.application" object. So my own application can use this object to create a new doc - from a specified template - and fill in the docfields. All that stuff works fine with me, but i just need to know how i can reuse the...
  3. pietersj

    detecting active Word

    But how can i retrieve the active word.application object ??
  4. pietersj

    detecting active Word

    I can create a new instance from the Word.application object, but how can I detect if the Word-application is already active ?
  5. pietersj

    detecting if Word is active with VBScript

    Can anybody tell me if it's possible to detect if Word is active on a client PC. I can start Word using the Word type library - as a new task - create a new document ,... but i want detect if there's already an active instance of Word.
  6. pietersj

    javascript Window.open fails to open new window

    Vic, I've had a big number of test-machines where it worked fine. Loaded with IE4.01,IE5.0 or IE5.5. With all the other IE5.0 it worked fine, but on this one machine it didn't. We uninstalled IE5.0 on this machine, and reinstalled IE but this time version 5.5. And everything workd fine right...
  7. pietersj

    javascript Window.open fails to open new window

    vic, I've tried also : <HTML> <HEAD> <TITLE>Default</TITLE> </HEAD> <script language=&quot;VBScript&quot;> Attributes=&quot;fullscreen=no,resizable=no,scrollbars=yes,height=&quot; + cstr(screen.height-55) + &quot;,width=&quot; + cstr(screen.width-10) +...
  8. pietersj

    javascript Window.open fails to open new window

    I have a default.htm page where I open a new page via Window.open(&quot;link.asp&quot;) in a javascript-section. this works fine on most systems ! But now I have 1 development-machine with IE5.0 where this fails to open the new window. A window.alert(&quot;test&quot;) works fine. Is this a bug...

Part and Inventory Search

Back
Top