Re: ocx control for access
Are you moveing the active x control for access???
Does the activeX control have extra active x controls in it???
:)
Re: ocx control for access
The ocx consists of a number of items:
- a couple of textboxes
- a listbox
- a checkbox
- a richtextbox
- a button
- a listview
and a dll to be able to modify the subitems in the listview.
The ocx is registering the remarks on a project
every remark can contain multiple action-points. These action-points are listed in the listview.
What I want to do is create an access-form with the ocx. When loading the form I'll query the DB and fill it with the proper remarks and (if available) the action-points.
The thing is that I'm not able to register the ocx properly in access, so it doesn't show up in my activeX control toolbox.
When I register it by hand and use it in a new vb6 project it runs fine.
If needed I can provide you the code.