Re: What is a .ctl?



"Terry Olsen" <tolsen64@xxxxxxxxxxx> wrote in message
news:%23pkVIVeOHHA.960@xxxxxxxxxxxxxxxxxxxxxxx

I have a control that ends in .ctl. It's not usable in VB 2005. Can I
change it so that it becomes an .OCX? If so, how would I do this? I have
VB6 Pro.

A .CTL is a code file for an ActiveX control (.OCX). It's analogous to a
..FRM file. You just need to compile it with VB6 into an .OCX and then you
should be able to use it in .NET.


.



Relevant Pages

  • What is a .ctl?
    ... I have a control that ends in .ctl. ... it so that it becomes an .OCX? ... I have VB6 Pro. ...
    (microsoft.public.vb.controls)
  • Re: PROBLEM: Windowless ActiveX controls
    ... I think you set the ctl to a windowless ctl or one of the ctl that inside ... > I have a problem with using VB6 controls, compiled into an OCX, from my ... Windowless ActiveX controls are not supported. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: How to load resorces of a form that is not loaded
    ... multiple Ctl-Instances within your OCX ... I don't know why you say that "it is necessity". ... additional Ctl can much easier deliver its Img-Content ... control instance that will load first. ...
    (microsoft.public.vb.general.discussion)

Loading