Visual Studio 2008 C#
Microsoft Office / Word 2003
I have a Windows form with a text box to capture text from the user. With this I have a button that allows a user to spell check the text prior to saving. This uses the spell check feature in Microsoft Word to look for possible errors. This part works fine.
But if the user moves the spell check dialog box around on the screen, the form leaves a cascading shadow effect as it moves. It looks like the screen is not repainting or redrawing the forms/controls correctly. Also, the text in the txtBox is blank until the user is done spell checking.
Has anyone experienced this and know how to fix it?
Microsoft Office / Word 2003
I have a Windows form with a text box to capture text from the user. With this I have a button that allows a user to spell check the text prior to saving. This uses the spell check feature in Microsoft Word to look for possible errors. This part works fine.
But if the user moves the spell check dialog box around on the screen, the form leaves a cascading shadow effect as it moves. It looks like the screen is not repainting or redrawing the forms/controls correctly. Also, the text in the txtBox is blank until the user is done spell checking.
Has anyone experienced this and know how to fix it?