vb6 self control is ActiveX control?? 
Author Message
 vb6 self control is ActiveX control??

if they are not ,how vb6 use them?


Wed, 26 Oct 2005 16:31:23 GMT  
 vb6 self control is ActiveX control??
Before Activex came along, all controls were done in windows, things like
list box's and edit box's.
Everything in windows is a window, so an edit box is just a special window
thats already on the system and built in. Then ActiveX came along and those
you must install in the tool bar.

So thats the difference. To a programmer, the old way has the advantage of
being smaller with no dependencies, and you just use them. ActiveX however
means you as a VB programmer can make a control. The old way has to be done
by a C programmer.


Quote:
> if they are not ,how vb6 use them?



Sat, 29 Oct 2005 07:57:46 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. vb6 self control is ActiveX control??

2. Change the Default Icon of the Self-created ActiveX control

3. connection between a data control and a self-made ActiveX GRID

4. Where am i going wrong??? ActiveX Control

5. I am trying to update a record, i am not using data control

6. I am trying to update a record, i am not using data control

7. ActiveX Control Container for VBCCE5 ActiveX Controls!?

8. Problem in VBA with ActiveX control that contains another ActiveX control

9. Hosting a WebBrowser Control Inside ActiveX Document or ActiveX Control to be Ho

10. ActiveX control within ActiveX control Licencing Error 429

11. Embedding licensed ActiveX Controls within a VB ActiveX Control

12. W2K Doesn't Load ActiveX Control But W98 and WXP Do Load ActiveX Control Correctly

 

 
Powered by phpBB® Forum Software