Results 1 to 5 of 5

Thread: Properties

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Yugoslavia
    Posts
    4

    Unhappy Properties

    How do I find out what methods, properties and events are supported by an ActiveX control?

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    The Object Browser?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    Jethro
    Guest

    Not sure what your problem is

    Start a project, add the control, double click to go into programming, type the control name followed by "." and you should see a list of available properties/methods? Maybe l am missing something in your question

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Yugoslavia
    Posts
    4

    Unhappy Properties

    No, no ,no ,no ,no! I want to make something like the Object browser, so I need my application to find out (at run-time) what properties are supported by a control.

  5. #5
    gaffa
    Guest
    You'll be wanting to look very closely at the TypeLibrary Information type library. It will let you enumerate through the properties, methods, events, interfaces etc. very handy.

    the file is : TLBINF32.DLL in the win system32 directory

    - gaffa

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