Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 11th, 2006, 06:39 AM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sheikh Abdul Jaweed Send a message via Yahoo to Sheikh Abdul Jaweed
Default open Ms Word Application on IE

Hi Dear,

I need to open a Ms Word Application from browser saparately, which is working fine, but the problem is, it is opening in a minimize mode. I need it to be open in maximize mode with control/focus in it.
Below is my code.

    sub displayRTFDoc(rtfUrl)
        Dim oWordApp
        Set oWordApp = CreateObject("Word.Application")
        oWordApp.Visible = True
        oWordApp.Documents.Open(rtfUrl)
        oWordApp.Documents(1).Activate
        Set oWordApp = Nothing
    end sub

thanks
Jaweed






Similar Threads
Thread Thread Starter Forum Replies Last Post
Open a MS Word doc saved in a database cmw2992 Classic ASP Databases 0 November 26th, 2007 01:22 PM
open a Ms Word Application from browser Sheikh Abdul Jaweed Beginning VB 6 1 December 15th, 2006 02:19 PM
script to open db to ms word? weedee Classic ASP Databases 5 June 2nd, 2005 04:40 PM
How to open a .DOC file with MS-Word ? sherbir Servlets 0 July 26th, 2004 02:39 AM
How to open MS Word or PDF files? kaz VS.NET 2002/2003 0 December 18th, 2003 05:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.