|
-
Apr 30th, 2001, 01:24 PM
#1
Thread Starter
New Member
Properties
How do I find out what methods, properties and events are supported by an ActiveX control?
-
Apr 30th, 2001, 01:57 PM
#2
Black Cat
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.
-
Apr 30th, 2001, 09:43 PM
#3
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
-
May 2nd, 2001, 03:58 AM
#4
Thread Starter
New Member
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.
-
May 3rd, 2001, 05:15 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|