I have a VB program that I made several years ago and it's not working
on my new computer. I'm running VB 6.0 and I thinked I've narrowed
down the problem. When I run the program, I trapped the problem to a
particular line. Here's the error message:
Run-time error '-2147417848 (80010108)':
Method 'Value' of object 'ICalendar' failed.
Also, here's the line in my code that bombs:
Calendar1.Value = (Now)
Now, I saw a similar thread back in 2001, but I've tried everything
they've mentioned without success.
Any other thoughts?
TIA
P.S. I really don't want to change to Monthview if possible.
on my new computer. I'm running VB 6.0 and I thinked I've narrowed
down the problem. When I run the program, I trapped the problem to a
particular line. Here's the error message:
Run-time error '-2147417848 (80010108)':
Method 'Value' of object 'ICalendar' failed.
Also, here's the line in my code that bombs:
Calendar1.Value = (Now)
Now, I saw a similar thread back in 2001, but I've tried everything
they've mentioned without success.
Any other thoughts?
TIA
P.S. I really don't want to change to Monthview if possible.