MSCOMM with Access Projects

S

SF

Hi,

Can I use MSCOMM32.ocx with Access (XP) project? I notice that some property
is not available (vs VB 6).

SF
 
P

peter

Go into design mode on a form or report. click
View>Code. click Tools>References. These are the custom
add-ins you can use. They have to be of type .olb, .tlb,
or .dll

I realize that doesn't answer your question but perhaps
you can get your .ocx to a .dll and then use it.
 
V

Vadim Rapp

S> Can I use MSCOMM32.ocx with Access (XP) project? I
S> notice that some property is not available (vs VB
S> 6).

Include it as a component in design mode, i.e. click "more controls" in the
toolbox and place microsoft communications control on the form. Then you
should see all its properties in Other tab in the property sheet.

Vadim
 

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