Click to See Complete Forum and Search --> : Automation in VB


August 3rd, 1999, 03:08 AM
Hello friends,

I have little experience with Visual Basic but I need to use it
to create an Automation Controller (and probably some Automation Server also).
What is the procedure of creating such COM objects with VB?

Thanks in advance,
KGr

Chris Eastwood
August 3rd, 1999, 03:22 AM
Hi

The help files that came with VB5 / VB6 have a large section entitled 'Programming with Objects/Components' - this will give you the basics about automation using COM (and some example files are supplied on the VB5/6 CD).




Chris Eastwood

CodeGuru - the website for developers
http://www.codeguru.com/vb

August 4th, 1999, 10:07 AM
Thank you!

KGr