| Welcome to Webforumz.com. |
|
Dec 16th, 2007, 07:14
|
#1 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
embedding microsoft word into web browser
hi,
i am making a website where i want to embed microsoft word program into it, does anyone have any suggestions how i can do this WITH ASP.NET WITH VIUSAL BASIC?
also, i want to make the microsoft word document event driven, for example, when the user clicks file, print, the website/program will recognise this and respsond by printing a line saying "thats correct". is there a way of doing this as i dont have the code of microsft word, so i need to do it myself. can someone please let me know if this is possible or do i have to make my own word processing program.
thanks
|
|
|
Dec 16th, 2007, 11:05
|
#2 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: embedding microsoft word into web browser
I don't think this is possible nor legal.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 16th, 2007, 16:45
|
#3 (permalink)
|
|
Chief Moderator
Join Date: Oct 2007
Location: UK
Posts: 715
|
Re: embedding microsoft word into web browser
Alex is right. In what context do you need this interface? Is it for editing web files, an online tool, submitting articles etc.? A rich text editor might suit your needs, TinyMCE is one example.
__________________
|
|
|
Dec 16th, 2007, 16:47
|
#4 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
|
Re: embedding microsoft word into web browser
Yes, Alex is right. Even if you could do it, Microsoft would sue your trousers off. Don't mess with Microsoft.
|
|
|
Dec 16th, 2007, 19:12
|
#5 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
i just wanted to know how i can embed word files into a web browser didnt know this wasnt legal. im just a novice trying to get a project done. thanks for your advice
|
|
|
Dec 16th, 2007, 19:15
|
#6 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
|
Re: embedding microsoft word into web browser
Word files?
That's different. But no, you can't really do this. This seems an odd thing to do.
Google can interpret word files and display them as HTML, albeit badly.
|
|
|
Dec 16th, 2007, 22:22
|
#7 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: embedding microsoft word into web browser
Why not use PDFs? More people will be able to access a PDF than an word document (adobe reader is free). The best option would be html however.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 17th, 2007, 06:34
|
#8 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
its for a project, is it possible to mke an image of a word file and make it interactive, for example, when the user clicks file then print my website can detect this and respond by saying thats correct, do you think this is possible?
thanks for your comments
|
|
|
Dec 17th, 2007, 07:26
|
#9 (permalink)
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,567
|
Re: embedding microsoft word into web browser
Why don't you create another new page like... have you seen the "PRINTABLE VIEW" button!
It's where you organize the content that you want to print. Usually, people won't bother printing a page with a lot of images in it!
Thats why you have the printable view button where you can style your content that you want to print. Printable page doesn't have to be interactive.. you only need interactive when displaying them (your content)!
Cheers..
EDIT: You can check this forum printable view by going to the Thread Tools > View Printable Version 
__________________
Last edited by Monie; Dec 17th, 2007 at 07:29.
|
|
|
Dec 17th, 2007, 08:48
|
#10 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
the point of my website is so that the user knows they have taken the correct steps to going about doing soemthing for example knowing how to print the page. its meant to be a learning website. so i need a way of being able to trace the steps and outputting that those steps are either correct or incorrect. does any one have any sugesstions for this. i appreciate all comments
|
|
|
Dec 17th, 2007, 09:15
|
#11 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
|
Re: embedding microsoft word into web browser
What are you trying to teach them? MS Word skills?
|
|
|
Dec 17th, 2007, 09:40
|
#12 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
yes and maybe other application skills such as how to write an email, do u think my idea is possible for example with the MS Word bit? the whole point of it is to be interactive
|
|
|
Dec 17th, 2007, 13:59
|
#13 (permalink)
|
|
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 30
Posts: 4,883
|
Re: embedding microsoft word into web browser
Actually ... I did this with a desktop app in .NET 2.0 using the DSOFramer. Not sure if it's possible for a web app tho.
|
|
|
Dec 17th, 2007, 20:37
|
#14 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
thanks, i have taken a look at the DSOFramer, it seems i can control some of the file commands, however, can you plese advise me as to how i can start off with going about using this feature and what i need to do
|
|
|
Dec 17th, 2007, 20:58
|
#15 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: embedding microsoft word into web browser
Well this is a web design/development forum.
You are drifting from that now onto desktop development.
Have you used VB before? (assuming it's VB as it's Karinne).
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 18th, 2007, 06:35
|
#16 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
no i havnt used vb before, but i am trying to learn it now to mke my application. is it really not possible to use it in web applications?
|
|
|
Dec 18th, 2007, 06:59
|
#17 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: embedding microsoft word into web browser
Nope. You might have to prompt them to download a special VB application.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Dec 18th, 2007, 09:42
|
#18 (permalink)
|
|
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 25
|
Re: embedding microsoft word into web browser
thanks for your advise, i dont know whether my idea is beyond my capabilties now
|
|
|
Dec 18th, 2007, 12:46
|
#19 (permalink)
|
|
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 30
Posts: 4,883
|
Re: embedding microsoft word into web browser
Yeah ... if you want to use the DSOFramer, you'll probably have to get users to download it.
With a desktop app, it gets packaged with the app so you're ok.
Sooooo... I guess the answer is no  You can't "embed" word in a web app 
|
|
| | | |