CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    Mar 2002
    Location
    Croatia
    Posts
    275

    Re: ActiveX dll - could someone explain what is happening?

    Hallo Great Hannes

    Thank's for your example.
    I have added a module with a public index variable and a public array, so it is now simmilar to my project.

    With a public array, if you add data to both Objects, you have all your data in one Object.
    It seems like both ActiveX objects are sharing public module space, only classes are private.

    ergas
    Attached Files Attached Files

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