473,465 Members | 1,976 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hosting application in IE

Hi,

I wonder if the following is possible to do. Say I have created my own
document format and a document handler, much like Microsoft Word doc and
Microsoft Word itself. Now is it possible to make my application hosted in IE
just like MS Word? So if a user click on a link that points to my document it
knows which app it needs to load in its body and pass this document to the
app to be rendered. So imagine like MS Word in IE.

Is this possible - using .Net of course :)

Regards,

--
Victor Hadianto
http://www.synop.com/Products/SauceReader/

Jul 21 '05 #1
6 1299
Hi Victor

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to run your own application in
IE. If there is any misunderstanding, please feel free to let me know.

As far as I know, this isn't called IE hosting applications. Actually,
Microsoft Word is the server, while IE is the client. We need to implement
the Active Document Server interface to achieve this. Here is a link on
this.

http://msdn.microsoft.com/library/de...us/vccore/html
/vcovroverviewofactivedocumentcontainment.asp

I think it's very hard for us to achieve this with current .NET, since too
much COM interop will be involved. It's better to do with MFC.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #2
Hi Kevin,

Yes that's what I want to implement, I misunderstood the terminology used in
these area. So MS Word is the Active Document Server.

You said it'll be too hard, however is it 'possible'? To do so? I know we
can create ActiveX Document using the old VB 6.0 is there an equivalent in
..Net?

Thanks,

Victor

"Kevin Yu [MSFT]" wrote:
Hi Victor

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to run your own application in
IE. If there is any misunderstanding, please feel free to let me know.

As far as I know, this isn't called IE hosting applications. Actually,
Microsoft Word is the server, while IE is the client. We need to implement
the Active Document Server interface to achieve this. Here is a link on
this.

http://msdn.microsoft.com/library/de...us/vccore/html
/vcovroverviewofactivedocumentcontainment.asp

I think it's very hard for us to achieve this with current .NET, since too
much COM interop will be involved. It's better to do with MFC.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #3
Hi Victor,

I think there is still some misunderstanding here. In VB6, the ActiveX
document control is an OLE control that will do what IE does. That's the
Active Document Client. However, I think what we need to do now what Word
does. It is the Active Document Server.

Currently we don't have such classes or interfaces to implement this in
..NET framework. So if we need to achieve this, we have rely on COM interop
completely. It is possible, however it is very complicated. As far as I
know, the most easy way is to do with MFC. HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #4
Victor Hadianto <sy***@nospam.nospam> wrote:
Hi,

I wonder if the following is possible to do. Say I have created my own
document format and a document handler, much like Microsoft Word doc and
Microsoft Word itself. Now is it possible to make my application hosted in IE
just like MS Word? So if a user click on a link that points to my document it
knows which app it needs to load in its body and pass this document to the
app to be rendered. So imagine like MS Word in IE.

Is this possible - using .Net of course :)

Regards,


Not sure if this is of any use to you, but why don't you
decide

MSDN Magazine 2002 January
DHTML and .NET
Host Secure, Lightweight Client-Side Controls in Microsoft
Internet Explorer
http://msdn.microsoft.com/msdnmag/is...l/default.aspx
Jul 21 '05 #5
Hi Kevin,

Thanks for the clarification.

--
Victor Hadianto
http://synop.com/Products/SauceReader/

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:Lo**************@cpmsftngxa10.phx.gbl...
Hi Victor,

I think there is still some misunderstanding here. In VB6, the ActiveX
document control is an OLE control that will do what IE does. That's the
Active Document Client. However, I think what we need to do now what Word
does. It is the Active Document Server.

Currently we don't have such classes or interfaces to implement this in
NET framework. So if we need to achieve this, we have rely on COM interop
completely. It is possible, however it is very complicated. As far as I
know, the most easy way is to do with MFC. HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #6
You're welcome, Victor.

Thanks for sharing your experience with all the people here. If you have
any questions, please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #7

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

Similar topics

11
by: Mike MacSween | last post by:
My client has an MS Access database application on her local machine. I have full access to that in terms of changing the design. I've got a simple PHP/MySql application on shared hosting, so no...
2
by: Dave Bartlett | last post by:
I was wondering what most web hosting companies would think if I asked them to host a .NET executable application? Are they going to laugh me out the door, or can .NET code be suitably...
4
by: GMK | last post by:
hi all i don't know if here is the right place to ask such a question but i don't know where to ask it and i'm used to get all the help i need from this NewsGroup. Anyway i have built a complete...
1
by: craigkenisston | last post by:
I have an asp.net application that is fully database driven. It takes the parameters from the server name and according to the domain it display the proper information. So, I upload the same exact...
2
by: Carl Gilbert | last post by:
Hi I feel as if I'm fighting a loosing battle with shared hosting at the moment. I have an account with 1&1. For a whopping £16.99 a month I get 6GB of shared Microsoft hosting. I also get...
2
by: Yash | last post by:
Dear all, I am newbee with virtual hosts, please help ! I am facing a problem with virtual hosting. I want to create virtual host on my local system before creating it on server. We have...
6
by: khanpmd | last post by:
Hi , I have a doubt in ASP.Net hosting.I have developed a site and hosted it. when i browse that site an error occured like this.I dont know why this error is showing? Because i have no problem...
2
by: SajidKamal | last post by:
Dear Friends While Hosting My Application On Hosting Server, i am geting error bellow. please help me ought. Server Error in '/' Application....
7
by: Michel Couche | last post by:
Hello, I am working on a project for a potential customer. The project will basically involve an ASP.Net 2.0 application and a database (ideally MS SQL). The customer has already a hosting...
0
by: CindyH | last post by:
Hi I developed a website using Visual Studio. net 2003. The site works fine on my local server and also on my hosting service server. The customer is using a different hosting service (NTD) and...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.