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

    Check Microsoft Word Installed on a Machine using JavaScript

    Hi How can we check whether Microsoft Word Software is installed on a client machine using JavaScript/VBScript. Please let me know Thanks Brit
  2. brittocs

    How to run a Word.Application without Word installed in a machine

    Hi All, I have created a .CAB file for Word.Application object to edit, protect documents. I have deployed the .CAB in a web page and it works fine. IF the machine does not have word installed and when accessing the .CAB it is throwing a error 'Word Object is not created'. Can someone help...
  3. brittocs

    how to hide active-x security message

    Either your activex should be signed or change your browser Internet/Intranet security setting's to downlaod unsigned activex without prompt
  4. brittocs

    How to sign an ActiveX?

    You need a licensing keytool, Get the licensing tool from a company and use the keytool to sign activex
  5. brittocs

    ActiveX Control - Cabinet download issue

    Change the version control of the OCX build in VB. This issue can be due to version conflict.
  6. brittocs

    print a page with no confirmation popup

    You want to print the activex contents loaded in a browser
  7. brittocs

    How to sign a .CAB file

    Hi All, I have a .cab file used for word application. I am not able to load the .cab in web application. IE browser is giving a error while downloading the .cab some unsigned security exception. Please some one advice how to sign the .cab file to avoid the security exception...
  8. brittocs

    my activex doesn't work fine in a web page

    try your methods using Public
  9. brittocs

    Edit .txt File using Word.Application Object

    I am using Word.Application Object to edit word documents in browser.I am able to load .doc,.txt,.rtf documents in my activex viewer window. While editing .txt documents in activex viewer i am not able. I am able to edit and save .doc in activex viewer. Could u pls help me how to edit...
  10. brittocs

    How to remove or inactivate document opened by ActiveX

    Hi All I have created a activex control to load word document in browser.Additionally I would like to be able to remove or inactivate documents within a 24 - 48 hr window. Once the document has been in active mode for greater than this time, the document cannot be removed. How can i remove...
  11. brittocs

    PrintDialog error (-2147417848)

    this may be due to your activex file corrupt error. try recreating the activex and include the supporting files to create the .cab cheers brit
  12. brittocs

    CodeDownloadErrorLog!

    Hi When I am loading ActiveX in my client browser ActiveX is not downloaded to browser and it is showing an error CodeDownloadErrorLog!name={F7240B60-1EEA-4E5B-ABE7-D6D0B7A19D1D} in the view files. Could u please tell me the way to avoid the error? Thanks in advance Brit
  13. brittocs

    Security Error while Loading ActiveX in Browser

    Hi When I am loading ActiveX in my client browser ActiveX is not downloaded to browser and it is showing an error CodeDownloadErrorLog!name={F7240B60-1EEA-4E5B-ABE7-D6D0B7A19D1D} in the view files. Could u please tell me the way to avoid the error? Thanks in advance Brit
  14. brittocs

    Security Error while Loading ActiveX in Browser

    hi i have created a activex (.cab) and a html to load the activex in client browser i have used the following html code to load the activex. <HTML> <HEAD> <TITLE>activextest.CAB</TITLE> </HEAD> <BODY> Testing Sample Program <OBJECT ID="UserControl1"...
  15. brittocs

    Word 97 Viewer Support in VB

    Hi Did Word 97 Viewer supports in Visual basic. how can i use the built in functions of Word 97 viewer to my VB project application. how can i reference word 97 viewer to my VB project? Thanks in advance Brit
  16. brittocs

    Word.Application in Wordviewer 97-2000.

    Hi Did Word.Application object support loading in Wordviewer 97-2000. i have created a ActiveX using Word.Application object to load word documents inside IE browser. It is loading .doc when Word 2000 is available inside my machine. But i am not able to load documents using Worviewer...
  17. brittocs

    Issue in Printing Word Document in IE

    Hi All, I am facing an issue while Viewing and Printing Word Document in IE. ----------------------------------------------------------------- <html> <body> <iframe src="firs.doc"> </iframe> </body> </html> ---------------------------------------------------------------- The above code...

Part and Inventory Search

Back
Top