Results 1 to 7 of 7

Thread: Getting globals to show in project browser

  1. #1

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439

    Getting globals to show in project browser

    I want some constants for my DLL to show up in the project browser,, how to accomplish this?

    Disiance

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Which constants? What do you mean "Have them show up in the project browser"?

  3. #3

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439
    I have some constants in a module in a DLL I'm creating
    When someone adds the DLL as a reference I would like the constants to show up in the project browser (press F2 in VB) so that the user can see what constants are available to use.

    Disiance

  4. #4
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    What language is the DLL written in? C++, VB?

  5. #5

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439
    Visual Basic

  6. #6
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    I don't know that VB6 is capable of this. Did you try to make them Public in a module? I'm not sure that would even do it.

  7. #7

    Thread Starter
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439
    I put them into a module as 'Public Const's, there's no way to specify the module itself as public or not. Perhaps I should run down to the library and pick up a book, thanks for your help.

    Disiance

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