473,320 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

adding winwordcontrol.dll to toolbox

VM
I'm trying to add a control to my web form that'll display a Word document
and I read that winwordcontrol.dll will do the trick.

The problem is that I can't find that dll anywhere in my drive. Where can I
find this control?

Thanks.
Nov 15 '05 #1
8 9956
Hi VM
try this link
http://www.codeproject.com/cs/miscct...ordcontrol.asp

--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East

"VM" <None> wrote in message news:eB**************@tk2msftngp13.phx.gbl...
I'm trying to add a control to my web form that'll display a Word document
and I read that winwordcontrol.dll will do the trick.

The problem is that I can't find that dll anywhere in my drive. Where can I find this control?

Thanks.

Nov 15 '05 #2
VM
That's the link I got the information from.
But the DLL that I'm supposed to add as reference does not exist in my hard
drive.

VM
"Mohamoss" <Mo************@egdsc.Microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi VM
try this link
http://www.codeproject.com/cs/miscct...ordcontrol.asp

--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East

"VM" <None> wrote in message news:eB**************@tk2msftngp13.phx.gbl...
I'm trying to add a control to my web form that'll display a Word document and I read that winwordcontrol.dll will do the trick.

The problem is that I can't find that dll anywhere in my drive. Where
can I
find this control?

Thanks.


Nov 15 '05 #3

Hi VM,

I also have found that:

One asked: "How to use it in a web page?"

The control author answered: "Actually, this should be impossible. If it is
still possible it is a securty hole The solution for this problem is
microsoft backoffice."

So I think it may not be used in your web form.

Hope this helps you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #4

Hi VM,

Do you still have any concern?
Please feel free to let me know, I will work with you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #5
VM
Thanks for your help. I haven't tried it yet but I'll be working on it
tomorrow morning.

Thanks again,
VM
""Jeffrey Tan[MSFT]"" <v-*****@online.microsoft.com> wrote in message
news:9n**************@cpmsftngxa07.phx.gbl...

Hi VM,

Do you still have any concern?
Please feel free to let me know, I will work with you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #6

Hi VM,

Thanks for your feedback.

I have pointed out that this control can not be used on Web Form, so I
think this is not what you need to display word document.

I have added reply in another post of you on how to host office document in
IE, please refer my reply there, if you have any further concern, I will
work with you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #7
Hi VM,

You can download that dll from that page:
http://www.codeproject.com/cs/miscct...ordcontrol.asp . it's in the
zipped folder that you can find under the "Download test application"
hyperlink.

However, there is an alternative solution for that problem.
You can use the WebBrowser control instead of this winwordcontrol.dll.
Please refer to this howto article for further details on this subject:
http://support.microsoft.com/default...b;en-us;304662.
If you need further details or have more questions please don't hesitate to
ask.

Regards,
Salma Arafa
Microsoft GTSC Developer support for Middle East

"VM" <None> wrote in message news:ue**************@tk2msftngp13.phx.gbl...
That's the link I got the information from.
But the DLL that I'm supposed to add as reference does not exist in my hard drive.

VM
"Mohamoss" <Mo************@egdsc.Microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi VM
try this link
http://www.codeproject.com/cs/miscct...ordcontrol.asp

--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East

"VM" <None> wrote in message news:eB**************@tk2msftngp13.phx.gbl...
I'm trying to add a control to my web form that'll display a Word document and I read that winwordcontrol.dll will do the trick.

The problem is that I can't find that dll anywhere in my drive. Where

can
I
find this control?

Thanks.



Nov 15 '05 #8
Hi VM,

I think you should give the webbrowser control a try before you use this
bogus control from codeproject.

Also, there is an ActiveX control written in VC++ from microsoft which is
DsoFramer:
http://support.microsoft.com/default...microsoft.com:
80/support/kb/articles/q311/7/65.asp&NoWebContent=1
Which you can use to display office documents _inside_ windows forms, but
first you have to register the control, then add it to your toolbox,
then work with it as the article examples show.
Nov 15 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: freshtracks | last post by:
Our in-house developer has left the company and I now find myself managing a custom in-house application that runs on Access 97. I did not create the application, so I don't know all the "secrets"...
4
by: Justin | last post by:
I am having trouble adding some of my existing controls to my toolbox in VS.NET. Here's what is going on: 1). I have an existing project that is a Windows Control Library with a bunch of...
7
by: Christina Androne | last post by:
Hello everybody! Has anybody developed an app which adds a toolbox item to the .NET IDE designer? Or knows the steps to do so? Or knows some good tutorials on this? I have a starting point, the...
2
by: Chien Lau | last post by:
I frequently define internal UserControl-derived classes in my WinForms apps: internal class MyUserControl:UserControl{ ... } I'll often need to embed these controls in a Form, whose class...
0
by: Andrew Venmore | last post by:
Hello, I am having a problem adding an assembly to the toolbox where it appears VS2003 is unable to make sense of a type I am trying to initialise an attribute with. Below is the simplest...
1
by: Paul | last post by:
hello, My application is built in VB6 and i'd like to upgrade to VB.NET and make some fairly large changes at the same time. The application writes a script (simular to VBScript) for the user...
3
by: BluDog | last post by:
Hi I have a component that inherits from TreeView, my project is a standard exe. How do i get the component into the toolbox for use within the project? I find that only controls based on...
0
by: damnduck | last post by:
Hi every one....i am really vexed up with this problem but cant get solution anywhere ..hope ill find it here.. i hav just installed visual web developer 2005 but i m unable to use toolbox items...
8
by: Jason | last post by:
Hello, I am trying to utilitze the AJAX Control toolkit in my asp.net project. I have added a reference to AjaxControlToolkit.dll, and in my page, added these lines of code: ...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.