PDA

Click to See Complete Forum and Search --> : How can I create Insert->Object


zak
May 2nd, 2001, 03:38 PM
I want to create a VB application that I can insert into into a word document using MicrosoftWord Insert->object selecting the object by object type

alex_read
May 3rd, 2001, 06:09 AM
:confused:
If you compile your app into an exe, MSWord will pick this up & let you insert it,
I'm not too sure why you can't from the insert menu as I've just tested it here :eek:

If you're meaning you want to insert an object in code,
then create a word Macro, insert the object manually then pinch the MS created code.

zak
May 3rd, 2001, 08:21 AM
Still not sure , there must be something else you have to do for Word to pick it up. I have created many applications and none of these appear in the Word->Insert-> Object-> Object types list.

If you insert the Exe file it does not show the application just the application.


------------------


No I don't want to create a VBA Class object, I want to create a ShapeObject or InsertLineObject. The intention being I want to mimic the way you are allowed to insert an MS Excel object, so A user can just add our application that interputs data passsed and displays it graphically.

Cheers