Newbie question - controlling user actions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

I have a VB app which I want to integrate with Outlook to maintain Appointment information. I have written code to open the Outlook Calendar from a VB form, but I want to stop the user from interacting with the VB form until they quit the Outlook application. Can anyone think of a way to do this please?

thanks for any help you can provide...
 
form.hide

AndyK said:
hi

I have a VB app which I want to integrate with Outlook to maintain
Appointment information. I have written code to open the Outlook Calendar
from a VB form, but I want to stop the user from interacting with the VB
form until they quit the Outlook application. Can anyone think of a way to
do this please?
 
Back
Top