Does ANYONE have a well-commented example of COM from scratch?
The more I read, the more confused, and trying to find the "hidden" parts that I do not understand, and the more I read, the more confused I get.
To start, I just want to write and learn from a basic example of
Basics and basics ONLY (cause I think I am in over my head in documentation)
A simple example, that does NOT rely on a pre-existing "COM" object, nor an all PB (aka, I need PB for the DLL, but need to see how it is accessed from VB) sort of thing, without over-rides, and all the extras
Just something as simple as....do this, comment why you do this, and I can figure it out from there....
Sorry if I sound needy or despondent, or just totally confused, but to tell the truth....I really do NOT get how to create and then use COM, and a simple example would really open my eyes
The more I read, the more confused, and trying to find the "hidden" parts that I do not understand, and the more I read, the more confused I get.
To start, I just want to write and learn from a basic example of
- Write a "COM" dll
- Use it with VB, or some other programming language
Basics and basics ONLY (cause I think I am in over my head in documentation)
A simple example, that does NOT rely on a pre-existing "COM" object, nor an all PB (aka, I need PB for the DLL, but need to see how it is accessed from VB) sort of thing, without over-rides, and all the extras
Just something as simple as....do this, comment why you do this, and I can figure it out from there....
Sorry if I sound needy or despondent, or just totally confused, but to tell the truth....I really do NOT get how to create and then use COM, and a simple example would really open my eyes
Comment