Window in MODAL mode

Add-in Express™ Support Service
That's what is more important than anything else

Window in MODAL mode
 
Rup Go




Posts: 64
Joined: 2007-03-01
Hi,

i have this problem, i have a command bar button and when u click it a window will popup but it isn't in modal mode? how can i disable the outlook explorer while the window is open

thanks!
Posted 26 Apr, 2007 01:48:50 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Rup,
please use the ShowModal method of the Form class to display the window in the modal mode.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.


Posted 26 Apr, 2007 09:45:25 Top
Rup Go




Posts: 64
Joined: 2007-03-01
Hi Sergey,

im sorry for being slow, but i dont see any .ShowModal method in my Form Class
Posted 27 Apr, 2007 01:44:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Rup.

Sorry, I made a mistake. The correct method name is 'ShowDialog'.
Posted 27 Apr, 2007 07:48:36 Top