bobthiele

Results 4 comments of bobthiele

My application uses Microsoft.Office.Interop.Excel services to open and read an Excel file. I need to close Excel and dispose of the objects. I've implemented IDispose on view model and the...

I found that I can add it to the UserControl_Unloaded() event. It doesn't fire until the application is actually closing, but it will fire for the opened window.

I've been working on the same thing, but am eliminating the menu link group as well. I'm down to one error in the TitleLinks section Command="navigation:LinkCommands.NavigateLink" says NavigateLink is not...

@jeffki Are you just trying to only get rid of the button, or all navigation? If it's all navigation then the Modern Window form is what you want. There is...