Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm programming Excel in .NET (using VSTO) and I want to pop up a
messagebox or form. How can I pass the Excel window as the owner window in the first argument to the Show/ShowDialog method? It wants an IWin32Window. How do I get that for the Excel application? thanks Backslider |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try using
var = Application.Dialogs(xlDialogOpen).Show If Not var Then Exit Sub regards KM -----Original Message----- I'm programming Excel in .NET (using VSTO) and I want to pop up a messagebox or form. How can I pass the Excel window as the owner window in the first argument to the Show/ShowDialog method? It wants an IWin32Window. How do I get that for the Excel application? thanks Backslider . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help list rooms by service owner | Excel Worksheet Functions | |||
how do I set the Owner in a spreadsheet | Excel Discussion (Misc queries) | |||
how can I check the current owner of the file stored in a common D | Excel Discussion (Misc queries) | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
Sheet locked by owner | Excel Programming |