G
Guest
I have a very simple CDialog-based application (VC++ 8.0/2005), where a
DataGridView control is included through the usage of CWinFormsControl class.
I experience the following problem with this application. If I switch to a
different application (Alt+Tab, for example) while a grid cell is remaining
in editing mode and then go back to my application, the application hangs
(stops responding).
The problem can be reproduced using CWinFormsControl and CWinFormsView
classes, but it is NOT reproducible when using CFrameWnd and CWinFormsView
classes or when using DataGrid control instead of the new DataGridView.
Any ideas what can be the reason of the problem?
P.S.:
If anybody is interested, I can send you a very simple test-application
using which the problem can be easily reproduced.
DataGridView control is included through the usage of CWinFormsControl class.
I experience the following problem with this application. If I switch to a
different application (Alt+Tab, for example) while a grid cell is remaining
in editing mode and then go back to my application, the application hangs
(stops responding).
The problem can be reproduced using CWinFormsControl and CWinFormsView
classes, but it is NOT reproducible when using CFrameWnd and CWinFormsView
classes or when using DataGrid control instead of the new DataGridView.
Any ideas what can be the reason of the problem?
P.S.:
If anybody is interested, I can send you a very simple test-application
using which the problem can be easily reproduced.