I want to try to Object datatypes accross a network through a network, is there no way for me to try...
By manofprayer
Hello, hope so that u 'll help me in this regard.actually i 've made a vb program in...
By aftab
I need some help here: I'm working on ActiveX components in VB that are each a piece of graphic...
By aharel
Can anyone please tell me how to attach scrollbars for OLE container controls. For e.g., if I have a...
By hbb
Has anybody used COM ports, MSComm1, and detecting serial ports Read UP!!!Is this the right forum to...
By rkcts, 1 Comments
Hi All,I'm trying to use word to print a document from VB. Everything works fine until I get to...
By billcrawley, 1 Comments
Hi,I have COM+ dlls created in VB6.0. Since VB6.0 dlls cant support Object Pooling and many advance ...
By sanjp, 1 Comments
Hi folks, I need to deploy a cab file containing an active x control across our network. The cab fil...
By ananth_r, 1 Comments
how to develop a command button with different shapes(eg. round)...
By girivarma77, 1 Comments
In fact it is possible to use any ActiveX Control to an ActivexDLL project.
You add a form, and then add the control to the form. Now when you need to use the control, load the form using Load statement. But don't show it. Now you may refer to the control as: Form.Control
Another way is to add the control dynamically to any of the forms of the project.
It is not a good idea to use activex controls in your activex Dll project. There are COM components available that will work like the Winsock Control, you may consider using one of them.
abuhaider | Wed, 05 Dec 2007 13:35:00 GMT |