Jump to content

Recommended Posts

Posted

hY.

Can someone give me a list of all objects in windows, or some link to object list. i can't find it in google :/

I want to start using Obj/COM functions but i dont realy know how to start.

thanks.

Dasiuss.

Posted (edited)

What kind of objects? Objects relating to Windows GUI (window title bar, file menu, status bar, text fields, radio buttons, checkboxes, buttons, etc.)? Or COM objects?

If COM, check out iTripoli's Type Library Viewer, an enhanced version of Microsoft's OLE View. Both tools allow you to view COM objects. The iTripoli one can let you look at installed COM objects as well as COM objects not installed directly via the DLL file for it or its type library file (*.tlb). Both are free tools.

For COM, there's no one answer to having info on all objects & there functions/methods and properties. You'll just have to explore each one yourself. Some common ones might be documented on the web. But that depends on what you're interested in.

For some simple COM, take a look at the DevGuru.com tutorials for VBScript and WSH (Windows Scripting Host).

Edited by daluu

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...