License problem in VBA and ActiveX ...?

M

Mikael Nordmark

pls find the description of how to add a.m. control to
your form.

1) open VBA project and show user form in design mode
(should be your ProjectForm in current project)
2) choose Tools|References from menu, References dialog
will show up
3) Click 'Browse' button, the 'Add Reference' dialog will
show up
4) choose file 'Comdlg32.ocx' which should be located
in ..system32 directory
5) The reference to 'Microsoft Common Dialog Control 6.0
(SP3)' should be added and marked as available
6) Display the Toolbox, move cursor to Toolbox and press
right mouse button
7) Choose 'Additional Controls' from context menu
8) Activate 'Microsoft Common Dialog Control, version 6.0'
in the list
9) Toolbox shows now a thumbnail representing the
CommonDialog
10) Drag&Drop it to your form

11) Hopefully you do not receive the same error msg as I do

The control could not be created because it is not
properly licensed.
 
H

Harald Staff

See .programming. Please don't multipost.

Best wishes Harald
Followup to newsgroup only please
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top