PDA

Click to See Complete Forum and Search --> : Designing ActiveX controls...


chiahawk
Sep 15th, 1999, 08:04 AM
Can someone point me to a reference on designing ActiveX controls? Just recently my friend let me borrow a wonderful VB6 book (Visual Basic 6 Unleashed) and in it was a nice chapter on ActiveX controls. I had to return it eventually, and now I am ActiveX happy yet I don't know much about making them; can someone help?

Also, any of you out there experienced at making ActiveX controls, could you tell me how I can make my control not visible at runtime, I don't see a Visible property for UserControl. Thanks.

SHAWN@RASE
Sep 28th, 1999, 11:09 AM
make the Invisibleatruntime property of the Usercontrol set to true. then whenever the project is ran the control will not show.

If you would like step by step pointers on a basic ActiveX control e-mail me at

selliott@altavista.net

= <IMG SRC="http://216.167.2.32/ubb/smile.gif">_|

Just Give me a basic idea of what you understand so we won't be repeptitive

compuGEEK
Oct 1st, 1999, 02:40 AM
One way to have an invisible OCX is to make it into an ActiveX DLL....