Results 1 to 2 of 2

Thread: [RESOLVED] 3 Icons on the Drop Down List of a Dim Statement

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2016
    Posts
    61

    Resolved [RESOLVED] 3 Icons on the Drop Down List of a Dim Statement

    I would like to know what each 3 Icons represent on the Drop Down List of a Dim Statement when you insert a Data Type, Properties or Method. I have look everywhere and try to find the meaning and classification of each Icons. I'm trying to write my own reference as a guide. Why is Boolean different form AlignConstants and so on? I'm also looking for a definition of each on the Drop Down List not including when you activate some reference on the Project Menu panel...

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: [RESOLVED] 3 Icons on the Drop Down List of a Dim Statement

    I think there are more than 3, maybe 10 or more?

    Intrinsic types, records ("user-defined types"), enums, classes, static modules, the globals module, properties, methods, events, constant values... possibly more?

    I suspect they come from the Typelib Information (TLBINF32.DLL) calls used to populate Intellisense listboxes and the Object Browser panes. I browsed though it's CHM Help document, but I don't see the icons listed there.

    But they probably come from some imagelist in VB6.EXE itself.

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