CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    27

    Need help with AppWizard and OLE

    Hi
    I need some help with the AppWizard and OLE.
    I want to create a new app with OLE functionality. What I need is to copy objects of various type to the clipboard and paste them back in my application and in other apps like Word etc...
    (I dont need active documents)
    Which settings do I have to choose in AppWizard (VC6)
    I think I have to use "Full Server".
    Could anyone please tell me the exact settings ???
    thanks for help in advance.

    --
    -=SKULK=-

  2. #2
    Join Date
    May 1999
    Location
    Geneva
    Posts
    32

    Re: Need help with AppWizard and OLE

    if you choose Full Server, it's mean that your application could contain other objects from application like Word, Excel, And you'll could manipulate your application from other application thanks to OLE Automation.

    If you would like just insert object in your application just choose container

    Christian Niquille


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured