Hello,
A strange problem if FWH and not in FW16.
In my application I make a connection with MS-Word through OLE, which works very fine.
When a document is opened out of my application, I show a small dialog box at the top of my screen in which I tell the user in which document he is working or what the purpose of the used document might be.
After the document is closed, in FW16 the small dialog box is closed too by using "LnDlg:End()". Of course the dialog box disappears.
In FWH however, I have a problem : the dialog box is NOT closed although "LnDlg:End()" is passed (I put a MsgInfo before and after it), the dialog box is NOT closed.
How come that a dialog box is not closed although it is ended ?
Thanks.
Michel