Results 1 to 3 of 3

Thread: Object persistence

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Leicester, UK
    Posts
    1

    Question Object persistence

    I've got VB6 experience but I'm quite new to doing OO in VB. I would be grateful if anybody has got any ideas on the best "OO" method of persisting objects.

    Thanks.

  2. #2
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    do a serach for this article on MSDN:


    Q187299

    it tells you how to persist Classes in VB
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  3. #3
    gaffa
    Guest
    You've just got to put code in the WriteProperties and ReadProperties events of the class, writing the data to a property bag.

    - gaffa

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