What is a .ctl?



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.
Thanks.


.



Relevant Pages

  • Re: What is a .ctl?
    ... change it so that it becomes an .OCX? ... VB6 Pro. ... A .CTL is a code file for an ActiveX control. ...
    (microsoft.public.vb.controls)
  • Re: Max Value of Field (with a twist)
    ... I have formatting on the report and if the field ... Dim ctl As Control ... For Each ctl In Me.Controls ... If Me.Controls.Value> varMax Then varMax = ...
    (comp.databases.ms-access)
  • RE: Make Backstyle transparent on continuous form
    ... Dim objFcnd As FormatCondition ... For Each ctl In Me.Controls ... If TypeOf ctl Is TextBox Then ... 'Delete conditions for current control ...
    (microsoft.public.access.formscoding)
  • RE: Make Backstyle transparent on continuous form
    ... Dim objFcnd As FormatCondition ... For Each ctl In Me.Controls ... If TypeOf ctl Is TextBox Then ... 'Delete conditions for current control ...
    (microsoft.public.access.formscoding)
  • RE: Make Backstyle transparent on continuous form
    ... Dim objFcnd As FormatCondition ... For Each ctl In Me.Controls ... If TypeOf ctl Is TextBox Then ... 'Delete conditions for current control ...
    (microsoft.public.access.formscoding)