Hi,
We in our company has recently moved to office 2013. Also we had a feature in our powerbuilder application in which user can create a word document and can use the spell check utility which popsup at the time of saving the document. This was working well till we used office 2010. But in 2013, the spell check popup is not coming in the front for the user to use it. It is possible to reach the popup only through Alt+Tab. We want the popup to cone to front automatically. (We were using user32.dll function SetForeGroundWindow. But now I tried all the below user32.dll functions
SetActiveWindow(ulong hWindow)
BringWindowToTop(ulong hWindow)
ShowWindow(ulong hWindow)
SetFocus(ulong hWindow)
SwitchToThisWindow(ulong hWindow)
SetWindowPos(ulong hWindow)
Where the parameter sent is the handle of the spell check popup. But nothing is working. Would appreciate any help in this regard.
Thanks in Advance
Srimathi