Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Calendar Control


Reply
 
Thread Tools Display Modes
  #1  
Old 08-06-2004, 02:13 PM
aluenn aluenn is offline
Regular
 
Join Date: Jan 2004
Location: Traverse City
Posts: 67
Default Calendar Control


Is it possible using the MS Calendar control to post information within the dates of a calendar? (i.e. how MS Outlook displays upcomming events and meeitngs)

I'm trying to figure out if it's a property setting or what. It seems like it shouldn't be that difficult.

If its not possible, any suggestions on other calendar compenents would be helpful.

Thanks!!
Reply With Quote
  #2  
Old 08-06-2004, 05:25 PM
pikzel_R pikzel_R is offline
Contributor

* Expert *
 
Join Date: Jul 2004
Posts: 484
Default Notes inside days or dates for MS Calendar Control

Quote:
Originally Posted by aluenn
Is it possible using the MS Calendar control to post information within the dates of a calendar? (i.e. how MS Outlook displays upcomming events and meeitngs)
I'm trying to figure out if it's a property setting or what. It seems like it shouldn't be that difficult. If its not possible, any suggestions on other calendar compenents would be helpful.
Thanks!!
It wouldn't be that difficult if Microsoft had designed it that way.
Unfortunately they did not.

So here's your options:
Option1:
If you actually have Outlook, you might be able to manipulate it to do what you want using VBA, but I don't know how (not a VBA person).

Option2:
Sub classing...

Option3:
Do up your own custom "Owner Drawn" calendar control...
http://www.codeguru.com/vb/controls/...cle.php/c1521/

Option 4:
We have a forum member named FlyGuy who really really likes demonstating that the MSFlexgrid control can do just about anything. In the forum's Code Library he posted an example of how to use the flexgrid control to make a calendar and I'm sure he'd help you modify the sample to turn it into an mini-Outlook calendar. Here's the sample:
http://www.xtremevbtalk.com/showpost.php?p=794390:

Option 5:
Use a third party control:

What I found was the "Calendar Manager" from Jazmine Components.The marketing spiel on their main page says:
"The CalendarManager component is a composite component that combines a TjzDayViewControl, TjzTaskViewControl, and TjzMultiMonths. These components work together to deliver a Microsoft Outlook calendar-like view"
http://www.jazmine.gotdns.com/jazmin....aspx?menuid=2

This calendar control has a "Outlook-ish" look from the calendar print screenshots:
http://www.multi-calendar.com/screenshot.htm

Here's one for free:
DayView OCX
http://www.handyarchive.com/Developm...5-DayView.html

Here's another one for free (with source code):
Description: "This ActiveX control attempts to duplicate the Day View of the Outlook 2002 Calendar"
http://www.planet-source-code.com/vb...45256&lngWId=1

Last edited by pikzel_R; 08-06-2004 at 06:36 PM.
Reply With Quote
  #3  
Old 08-08-2004, 10:17 PM
aluenn aluenn is offline
Regular
 
Join Date: Jan 2004
Location: Traverse City
Posts: 67
Default

Thanks a bunch for your help! I'll check those things out.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->