dasiuss Posted March 28, 2010 Posted March 28, 2010 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.
Richard Robertson Posted March 28, 2010 Posted March 28, 2010 Wrong forum, this forum is for AutoItX. As for your question though, I've wondered the same thing sometimes. I suppose some people just use different Object Viewers available with larger IDEs.
daluu Posted March 28, 2010 Posted March 28, 2010 (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 March 28, 2010 by daluu
dasiuss Posted March 29, 2010 Author Posted March 29, 2010 thx a lot :-) iTripoli is what i needed. with regards Dasiuss
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now