MaskEd Box problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolminded
    New Member
    • Mar 2007
    • 137

    MaskEd Box problem

    hi,
    i want to use masked box in vb6. i just add the component, but when i drag it to the form it shows one error message.
    "License information for this component not found. you do not have an appropriate license to use this functionality in this design environment."
    how could i use the masked box?

    thanx in advance
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    i think you are trying to use some third party component without license and that component is not inbuilt to VB 6.0

    Comment

    • EYE4U
      Banned
      New Member
      • Oct 2008
      • 76

      #3
      I also got the same problem.
      I ve installed a software and that software contain some activex when i tried to add that in my program it gives the same error....

      Comment

      • coolminded
        New Member
        • Mar 2007
        • 137

        #4
        Thanx for the reply,
        i use some .ocx. which i have registered.
        when i run the same project in other computer then it takes the masked box. but in some computers, it shows the problem.
        how can i remove this problem.

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          you need to copy the OCX file to the system32 folder and register the same with windows using REGSVR32 key.

          Comment

          • coolminded
            New Member
            • Mar 2007
            • 137

            #6
            i have registered my ocx files. the problem is not with those ocx files.
            it's with the masked box only. i think it's vb6 built-in component.
            then why it shows the problem?

            Comment

            • debasisdas
              Recognized Expert Expert
              • Dec 2006
              • 8119

              #7
              Try to copy the inbuilt ocx file for the control and register the same in the target system.If you create the setup that file should be included in that automatically. If it is not there for some reason add that manually.

              Comment

              Working...