PC Review


Reply
Thread Tools Rate Thread

C# and In-Place Activation

 
 
Sam
Guest
Posts: n/a
 
      13th Jan 2004
Can anyone point me to some sample code that shows
In-Place Activation or Visual Editing written
in C# or VB.NET?

I want to embed my application in a Microsoft Word
document. The effect I am after is like when you
insert a bitmap picture in Word; however, I want
to display my own custom view.

Please note I don't want to embed Word in my
application.

The workflow in Word is to click the Insert Menu
and then click the Object... menu. You then select
the Object type to embed.

Thanks,
sam
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      13th Jan 2004
It sound COM Add-in for MS Word is what you need. Although we are in .NET
NG, COM looks like old stuff, VS.NET does have a project type, called
Extensibility Project->Shared Add-in, which is specially designed to create
Add-ins to MS Office family apps. Since MS Office apps are based on COM
technology (even the newly released Office 2003), therefore the name "COM
Add-in". You also can create Add-ins in VB6, or MS Office Developer Edition.

With COM Add-in (in VS.NET, you can use C# or VB.NET of your choice), you
define your method of inserting image into document, which could display a
form for use to make his inserting options; you add menu item/toolbar item
(CommandBar object in Office Apps), which starts your inserting method in
Word environment, just as a native menu/toolbar behaves.

"Sam" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Can anyone point me to some sample code that shows
> In-Place Activation or Visual Editing written
> in C# or VB.NET?
>
> I want to embed my application in a Microsoft Word
> document. The effect I am after is like when you
> insert a bitmap picture in Word; however, I want
> to display my own custom view.
>
> Please note I don't want to embed Word in my
> application.
>
> The workflow in Word is to click the Insert Menu
> and then click the Object... menu. You then select
> the Object type to embed.
>
> Thanks,
> sam
> (E-Mail Removed)



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
In-place activation of .CSV Cathy Windows XP Internet Explorer 4 1st Sep 2006 10:45 AM
Hope this is the place for my question about activation of XP. =?Utf-8?B?VG9tNDcwNQ==?= Windows XP General 6 7th Jun 2005 04:19 AM
Place selling XP Pro no activation. Mike Klick Windows XP General 8 18th Feb 2004 02:17 AM
in place activation Dado Microsoft Dot NET Framework 0 7th Dec 2003 05:19 PM
in place activation Dado Microsoft Dot NET 0 3rd Oct 2003 05:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:22 AM.