Wrox Programmer Forums
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 10th, 2006, 03:04 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to jmss66
Default Create Objects

Is there a book about how to create objects that I can buy?

Thanks

 
Old February 10th, 2006, 07:09 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by jmss66
 Is there a book about how to create objects that I can buy?
you want to buy objects or a book? :)
what kind of "objects" are you interested to?
My best reference is "Developing Com/ActiveX Components with Visual Basic 6" , by Daniel Appleman, SAMS Press. It is not for beginners, but it is a great book.
Marco
 
Old February 11th, 2006, 03:15 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to jmss66
Default

Listen smartie pants... you know I meant to say where can I buy books on how to create objects. There...happy now???? :)

Thanks for the suggestion though, I appreciate it.

I want to learn more on how to create, where to use and how to use them.

 
Old February 13th, 2006, 06:16 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for that pal... did you see my smile in the reply? no much sense of humor here....
In fact, because English is not my language, I had to read your post twice before I understood it, I laugh to my stupidity and I thought to make a little joke. Happy now? :-) :-) Anyhow, sorry if I offended you.

Your question is still not clear and you did not answer my question "what kind of "objects" are you interested to?". In VB6, almost everything is an object, like a Form, a Class, a Collection. A class can be internal to your project, or external (and in that case you need a reference to the library the class belong to in order to use it) Every object has a different purpose.

Marco
 
Old February 15th, 2006, 04:34 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to jmss66
Default

Hey Marco,

I didn't get offended with your reply and yes I noticed the smile at the end of your sentence. If you notice I had one too at the end of my "Happy now???" question. You don't have to apologize for English not being your first language.

I was looking into Collections and classes. I'm sorry I was vague in my reply. I get intimidated everytime I start reading those 2 objects I mentioned above.

Thanks

 
Old February 15th, 2006, 07:48 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I would start with teh MSDN, where there is basically everything.
Start from this:

http://msdn.microsoft.com/library/de...isualbasic.asp

and then navigate using the treeview at the left or the links in the same page. All the "Programming with Objects" chapter is great, it is really well written and has good examples. Don't get intimidated if there is something you do not understand: you do not have to read and learn everything. There is a "Creating Your Own Collection Classes" section that seems just right for you.

See if this help, and let me know.

Marco





Similar Threads
Thread Thread Starter Forum Replies Last Post
Value objects rayback_2 BOOK: Beginning Cryptography with Java 1 May 13th, 2008 05:04 PM
Create generic XSL Template to create table Venkatachalapathy XSLT 5 March 11th, 2008 07:49 AM
About usiness objects ravikalp2002 ADO.NET 1 November 9th, 2004 08:16 AM
Com Objects henryh MySQL 0 July 2nd, 2003 03:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.