I am coding an addin for Excel and have some pop up Forms that come up asynchronously on top of all windows near the icon tray.
I am looking for a way to call Invoke and BeginInvoke methods to pop these Forms without having to refer to another Form or other such Control object. Is that possible? I am able to retrieve an HWND pointer for the “Excel window” that would be hosting my runtime… Is it possible to retrieve an object that has the Invoke and BeginInvoke methods accessible from that?
Maybe you can use MethodInvoker class.
MethodInvoker Tutorial