A
Anonymous
I am developing a MS-Project add-in using Delphi.
Add-in forms are showing in the taskbar, and I want them to behave like (for
example) Project's Options dialog, which doesn't.
I have been unable to find anything in Project's type library which gives
back the hWnd.
Any ideas *other* than making it a toolwindow (WS_EX_TOOLWINDOW)? Please
something less lame than "change Project's window title into something
unique, FindWindow and then change the title back".
Add-in forms are showing in the taskbar, and I want them to behave like (for
example) Project's Options dialog, which doesn't.
I have been unable to find anything in Project's type library which gives
back the hWnd.
Any ideas *other* than making it a toolwindow (WS_EX_TOOLWINDOW)? Please
something less lame than "change Project's window title into something
unique, FindWindow and then change the title back".