M
MickMcG
Hi there,
I know this has been covered before but its turning into a real
headache for me... we have an outlook addin which processes the
item_remove message to mark a database row a deleted when a user
deletes an appointment from their calendar. The way we track the item
being deleleted is to build up a vb collection object based on the
currently selected items in the calendar...each time a new selection
is made we store the exchange id of the appointment...
this all works as its imposssible (almost!) to delete a calendar item
wihtout selecting it first. The one execption is deleting appointments
from within the appointment forms themselves. Users could potentially
open up 5 appointment forms and using the delete key on the toolbar or
the delete entry on the file menu delete the appointment. There doesnt
seem to be an easy way to track these deletes so i have disabled and
hidden the Delete entry in the file menu in the appointment form plus
the toolbar.....
the one drawback is that a user can still press ctrl+d from within an
appointment form and delete an appointment ... i dont want this!
any suggestions how i can delete or disable the ctrl+d shortcut in the
appointment form> the outlook addin is written in visual basic 6 using
the outlook model....from outlook 2000...
..
will changing the caption of the Delete entry in the file menu from
&Delete to to say Delete do the trick? i didnt get time to try that
before i had to leave work this evening...
Any help appreciated...
Cheers,
Mick
I know this has been covered before but its turning into a real
headache for me... we have an outlook addin which processes the
item_remove message to mark a database row a deleted when a user
deletes an appointment from their calendar. The way we track the item
being deleleted is to build up a vb collection object based on the
currently selected items in the calendar...each time a new selection
is made we store the exchange id of the appointment...
this all works as its imposssible (almost!) to delete a calendar item
wihtout selecting it first. The one execption is deleting appointments
from within the appointment forms themselves. Users could potentially
open up 5 appointment forms and using the delete key on the toolbar or
the delete entry on the file menu delete the appointment. There doesnt
seem to be an easy way to track these deletes so i have disabled and
hidden the Delete entry in the file menu in the appointment form plus
the toolbar.....
the one drawback is that a user can still press ctrl+d from within an
appointment form and delete an appointment ... i dont want this!
any suggestions how i can delete or disable the ctrl+d shortcut in the
appointment form> the outlook addin is written in visual basic 6 using
the outlook model....from outlook 2000...
..
will changing the caption of the Delete entry in the file menu from
&Delete to to say Delete do the trick? i didnt get time to try that
before i had to leave work this evening...
Any help appreciated...
Cheers,
Mick