Prevent editing code snippet |
Post Reply |
Author | |
DataFlowJoe
Groupie Joined: 30 October 2007 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 30 October 2007 at 8:26pm |
Hi there codejock guys,
Your calendar control is a brilliant utility and very favourably priced. I've built it into an Access database. Can you give me a VB code example of how to prevent a user from inline editing the subject heading of an event on the calendar. What would benefit this control from my point of view would be lots of VB code snippet examples for the loads of methods and properties available.
Thanks a lot
Joe
|
|
He is no fool who gives what he cannot keep to gain what he cannot lose. (Jim Elliott)
|
|
DataFlowJoe
Groupie Joined: 30 October 2007 Status: Offline Points: 12 |
Post Options
Thanks(0)
|
Hi there,
I had a look at the VB6 sample app and see that you included a settings form with the editing options. I've listed them below for my VB friends.
It's a great OCX control.
Joe
====================================================
CalendarControl.Options.EnableInPlaceEditEventSubject_ByMouseClick = [True or False]
CalendarControl.Options.EnableInPlaceEditEventSubject_AfterEventResize = [True or False] CalendarControl.Options.EnableInPlaceEditEventSubject_ByF2 = [True or False] CalendarControl.Options.EnableInPlaceEditEventSubject_ByTab = [True or False]
CalendarControl.Options.EnableInPlaceCreateEvent = [True or False] CalendarControl.Options.UseOutlookFontGlyphs = [True or False] CalendarControl.Options.DayViewTimeScaleShowMinutes = [True or False]
|
|
He is no fool who gives what he cannot keep to gain what he cannot lose. (Jim Elliott)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |