Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Book Cover Programming Microsoft Visual Basic 6.0
112458 times
Rated
Read 112,458 times

Contents

Related Categories

ActiveX controls - Introduction

Introduction

This is a sample chapter from Programming Visual Basic 6.0

ActiveX controls are the descendants of the first OCX controls that appeared when Visual Basic 4 was released. While they retain the same file extension, they're very different beneath the surface. The original OCX controls included a lot of low-level functionality (and consequently had to support many COM interfaces), and therefore were heavy and relatively slow. The new ActiveX controls were specifically redesigned to be embedded in HTML pages and delegate much of their functionality to their container, be it Microsoft Internet Explorer, a Visual Basic form, or any other ActiveX-compliant environment. Thanks to this different approach, ActiveX controls are generally slimmer than old OCXs, download faster, and load in memory more rapidly.

Comments

  • Re: transperent picturebox

    Posted by Jackson on 21 Jul 2006

    I also looking for the control for years, but still can't get a good one, some control only make a form transparent instead of a control like picturebox, some control only copy the picture of ...

  • transperent picturebox

    Posted by anupcus123 on 21 Jul 2005

    i want to create a transperent picturebox behind it i will put internet control / webbrowser.
    user will able to see the webpage and unable to click on web page ,
    and he would not be able to select ...

  • VB 6 PropertyPage

    Posted by KEldridge on 28 Apr 2005

    In .NET it is possible to show properties to users of comoponents during runtime. Is there a method to show PropertyPages during Runtime of a VB 6.0 ActiveX control?

    Thanks

  • VB 6.0 PropertyPage

    Posted by KEldridge on 28 Apr 2005

    In .NET it is possible to show properties to users of comoponents during runtime. Is there a method to show PropertyPages during Runtime of a VB 6.0 ActiveX control?

    Thanks

  • Activex Control

    Posted by lupita_hdez1 on 27 Apr 2005

    Does anyone know how can I convert a *.vbp (visual basic project) into an activex control to use it on a Web Page?