you may have already done this but first make sure that the "Selected Items Only" check box is not checked and that you are on the "Controls" tab
If the control is still not in your list then you could click on the "Browse" button and navigate to the .OCX file
"Licence information for this component not found. You do not have an appropriate licence to use this functionality in the design environment"
You need to check that your OCX is registered:
Use regsvr32 to register each OCX. Use the command line 'regsvr32 /s filename' The complete usage is as follows:
regsvr32 [/u] [/s] [/c]] dllname
/u - Unregister server.
/s - Silent; display no messages.
/c - Console output. Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
It will be easier to help you if you keep one question in one thread Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
then i started vb but still i get the same error ie
"Licence information for this component not found. You do not have an appropriate licence to use this functionality in the design environment"
It's always worth restarting after any registry changes - some stuff in registry only gets looked at during startup Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
Try unregister OCX, restart, then Re-register and Restart. Stuff gets clogged up in registry sometimes, especially if it's a long time since you last nuked your harddrive.
Failing that, nuke it and start again!
Good luck if you have to do that! Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
So 'regsvr32 /u /s filename' Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
it gets registered but the problem i suppose lies in some licence
please read the error closely
its as follows
"Licence information for this component not found. You do not have an appropriate licence to use this functionality in the design environment"
If you have full VB6 licenced version, then you should have masked edit included.
The usual reason for this error, if you have a full licenced version, is some hiccup in registry (possibly due to another program registering a version of that OCX which is non-compatible).
You could try re-installing VB Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first
'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.