Cool Visual Basic
 
Main
Frequently Asked Questions
VB Helpdesk
Message Boards
Library
Downloads
View Guestbook
Add to Guestbook
Product Reviews
Bookstore
Links
Newsgroups
Vendors
Affiliates
Cooltech.org

Cool VB FAQ


Text Format

The best Visual Basic FAQ(Frequently Asked Quesitions) file on the internet. Do you have a problem that's got you stumped? Do you have the answer to one? We've done our best to make this the best resources for the questions and the answers. Post a question, or a answer to one, by sending email to VBQA@beadsandbaubles.com.

      Root

            OLE

  • How can I create a class member that is public to other files in my project but private to the world?

    Compatibility:VB3  VB4  VB5

    Use the Friend keyword.

     

     

  • What is IUnknown?

    Compatibility:VB3  VB4  VB5

    IUnknown is the internal interface that all OLE classes implement. If a class is OLE-compliant, then it implements IUnknown. IUnknown defines three methods: Addref, Query, Release.

     

     

    LinkExchange
    LinkExchange Member Free Home Pages at GeoCities


    Copyright 2000, David J Berube<Form1@aol.com>. All Rights Reserved.