> 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.
headly - 30 Jan 2005 18:05 GMT
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.
Ol - 03 Feb 2005 22:01 GMT
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=...
> Hi Ol,
>
[quoted text clipped - 4 lines]
>
> "> Be more specific about your problem. Our implementation works just fine.