Dear All
Can you help to analysis this issue?
WPF app with resize property will crash in Windows 8 OS (0x88980406 )
<<Reproduce Step >>
- Create a Dialog based WPF application with VS2010.
- Mainwindow.xaml <Window> section ResizeMode property with the value of “CanResizeWithGrip or CanResize or CanMinimize”. Set as “NoResize” value will be OK.
- Mouse move focus to some control, such as check box/list box etc.
- Press Win+D to minimize the dialog UI.
- Press Win+D again to restore the dialog UI to desktop. Then the abnormal will be occurred.
<<Coding>>
<Window x:Class="WPF_ResizeMode_Abnormal.MainWindow" ResizeMode="CanResizeWithGrip" ></Window>
<<Notes>>
- This issue cannot be reproduced on Windows7 OS.
- This issue cannot be reproduced, if ResizeMode property with value NoResize.
- This issue can be reproduced with or without ZDP and latest patch files.
- This issue can be reproduced on most of TOSHBIA PCs, NOT all the PCs. If one PC can be reproduced once, it can be reproduced every time.
- There are many discussion for the HRESULT error code 0x88980406 without solution.
Guo