ActiveX Controls Question

H

headly

I tried to use the ActiveX Calendar control but was unhappy with the behavior
(in that the calendar isn't 'collapsed' before selecting and takes up too
much real-estate). The question: Is there a way to customize ActiveX
controls; More importantly, where can I find documentation on them? Thanks.
 
O

Ol

headly said:
I tried to use the ActiveX Calendar control but was unhappy with the behavior
(in that the calendar isn't 'collapsed' before selecting and takes up too
much real-estate). The question: Is there a way to customize ActiveX
controls; More importantly, where can I find documentation on them? Thanks.

Be more specific about your problem. Our implementation works just fine.
 
H

headly

Hi Ol,

The specific problem is the calendar ActiveX control is too large; How can I
collapse it or control it's appearance?

The other specific problem is where do I find ActiveX controls documentation?



"> Be more specific about your problem. Our implementation works just fine.
 
O

Ol

Sorry was out of town.
1) Create user form
2) Put your activex on it
3) Resize it.

There is way to resize it using vba in runtime like:
YoursUerFormName.YourControlName.top=X
YoursUerFormName.YourControlName.Left=Y
YoursUerFormName.YourControlName.Width=Z
YoursUerFormName.YourControlName.Heghth=...
 

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