Results 1 to 3 of 3

Thread: Change reference on run time

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Location
    Indonesia
    Posts
    2

    Change reference on run time

    How to change reference file on run time?
    what should I do? please help me

    regard

    Nur budi

  2. #2
    Addicted Member
    Join Date
    Feb 2003
    Posts
    237
    about the only thing you can do is to latebind to object
    using CreateObject()

    for dll references, no easy way to do it for ocx interfaces

    but you would really only want to get into that latebinding
    if your references had identical or very very similar interfaces
    or else all teh if then else code could make it quite a nightmare
    Free Code, papers, tools, and more

    http://sandsprite.com

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Please explain what you mean by references file.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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