Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Book for API & CreateObject()

Status
Not open for further replies.

astonmak

MIS
Feb 14, 2003
41
CN
Dear all,

If I'd like to know much more about API and the reference of CreateObject(), what kind of book will be better? and any reference?

Thanks
Aston
 
For API try this:
Dan Appleman's Visual Basic Programmer's Guide to the Win32 API
Look on Amazon or Barnes&Noble


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
or a more lightweight but just as good book

WIN32 API programming with VB by steven ronan (O Reilly books)

(and yes i own both mentioned books)

for createobject i would say MSDN is the best reference if not a little tricky to navigate!!!

good luck

If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
The Great Date Debate Thread222-368305
File Formats Galore @ or
 
Hi ADoozer,

Although MSDN providing the syntax of CreateObject(), but is there viewer able to see what property or method is the COM Server (application such as Excel...) providing.

And Thanks u all helping.

Aston
 
If you reference the object (Project|References) rather than use the CreateObject then you'll get Intellisense and Object Browser support


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top