-
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.
-
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
[email protected]
= <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
-
One way to have an invisible OCX is to make it into an ActiveX DLL....