
Can't install Sheridan's Calendar Widgets
Oleg -
There are two demo projects that are included with Calendar Widgets - one
is DatePad and the other is SSCWDemo. Both were created in the VB3
environment, when Calendar Widgets was first released.
If you try to run either demo as an executable, you will need to have the
necessary VB3 DLLs loaded on your system. These DLLs are available on the
Miscellaneous Files pages on the Sheridan web site
(http://www.shersoft.com).
If you load the DatePad demo source code into the VB4 environment and try
to run it from there, you will need to make the following code change (due
to the change in VB4):
'in the FormLoad event add the CInt function for the index i
For i% = 1 To 12
SSMonth1.X.Month(Cint((i%)).Picture = WorldImage.Picture
Next
If you continue to have any problems with the demo projects, please contact
Good luck
Quote:
> Can someone help, PLEASE !!!
> We have the Sheridan demo CD, of which we are trying to install the
> Calendar Widgets. THe installation goes through with no problems. But,
> when we start to run the software (demo) we get an 'OLE AUTOMATION
> ERROR'. If I run the demo from the VB design environment (by loading
> the source code and pressing RUN), we get the same error, but then a VB
> GPF error. I also tried to load the controls manually into an empty
> form. Whenever I load sscalb.vbx, I immediately get a GPF error.
> Others load, but generate an error much later.
> Can someone tell me what is wrong! What files do I need! We were on
> the verge of buying this product but are now completely confused as to
> what is going on here.
> Thanks for the help
> OR, can someone reccomend a good calendar control that has multi-view
> capabilities (month, day, year, week).
> Thanks,
> Oleg