we are working on app. in which we need to handle WinWord And only allow few
users to use all the available feature of WinWord (new, save, cut, copy,
paste, etc...) and other user get access to read that document... we are
working in VB6 so it is possible to handle WinWord by this or any code in it
???

Re: How to Handle WinWord Control By VB6 by BTIS

BTIS
Sun Oct 12 09:10:09 CDT 2008

On Oct 11, 9:08=A0am, Ravi <R...@discussions.microsoft.com> wrote:
> we are working on app. in which we need to handle WinWord And only allow =
few
> users to use all the available feature of WinWord (new, save, cut, copy,
> paste, etc...) and other user get access to read that document... we are
> working in VB6 so it is possible to handle WinWord by this or any code in=
it
> ???

Microsoft has a WordViewer tool
You can find this at
http://support.microsoft.com/kb/891090
I don't now if this can be used inside VB 6 the same as Word itself
can,
but certainly this is worth trying out.


-----


Jeff Bennett
Jeff @ Bennet-Tec . Com


* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* WWW.Bennet-Tec.Com

RELIABLE Component Software
and Custom Software Development Services

* Expert Systems * Text Processing
* Databases * Interactive Web Sites
* Diagramming, Drawing, Hotspot Graphics
* Data Input & Data Presentation Systems
* Desktop Windows, Tablets, Pocket PCs

TList=99 / ALLText=99 / MetaDraw=99 / Web Signature=99

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
---------------------------------------------------------------------------=
----------
This message was sent to you by Bennet-Tec Support System
---------------------------------------------------------------------------=
-------------

Re: How to Handle WinWord Control By VB6 by Ralph

Ralph
Sun Oct 12 10:42:22 CDT 2008


"BTIS Jeff" <btisjb@gmail.com> wrote in message
news:8a0fc783-0746-476a-98a7-544fb17a0e86@a70g2000hsh.googlegroups.com...
On Oct 11, 9:08 am, Ravi <R...@discussions.microsoft.com> wrote:
> we are working on app. in which we need to handle WinWord And only allow
few
> users to use all the available feature of WinWord (new, save, cut, copy,
> paste, etc...) and other user get access to read that document... we are
> working in VB6 so it is possible to handle WinWord by this or any code in
it
> ???

Microsoft has a WordViewer tool
You can find this at
http://support.microsoft.com/kb/891090
I don't now if this can be used inside VB 6 the same as Word itself
can,
but certainly this is worth trying out.

===================================

None of the Office Viewers support Automation. However, they can be launched
and closed from VB with some degree of reliability.

-ralph