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

    How to use structured storage (compound files)



    Hi there,


    I have browsed through my MSDN, looked into www.microsoft.com and several

    vb-related sites, but I haven't found any sample of how to use

    IPersistStream and the other interfaces concerning structured storage files

    (sometimes refered to as ole compound files) with VB. What I'm looking for

    is a kind of "translation" of the samples from chapters 7 and 8 from

    Brockschmidt's "Inside OLE" into VB.


    Can anyone help?


    TIA,


    Michael




  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to use structured storage (compound files)



    Hi Michael


    I don't know if this helps, but Ben Baird (from the Visual Thunder/CCRP site) has a typelibrary for IPersist/IPersistFile which you can incorporate into your app.


    Take a look at :


    http://www.cyberhighway.com/~psy/vbt...com/index.html


    Regards


    Chris Eastwood


    Codeguru - the website for developers

    http://www.codeguru.com/vb



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