Hi all,
I have a main window and groupbox on it.
Their is child dialog (which would be loaded with the window style DS_CONTROL, in this main window)
This child dialog contains a treeview.
The issue is the groupbox on the main window is not "letting" me drop files that I drag from Explorer onto the treeview of the child dialog.
In the attached project, if you drag files over the groupbox/treeview overlapped region, its not allowed. If you do it on the "treeview only" region, it works ok.
This is a stripped down version the problem I am facing (so the actual code for handling of the WM_DROPFILES message is not here)
Does anyone know what exactly is the issue? If this problem continues, I guess I will have to do _without_ a groupbox (But, a groupbox looks better :sad: :sad: )
Regards,
Shantanu
I have a main window and groupbox on it.
Their is child dialog (which would be loaded with the window style DS_CONTROL, in this main window)
This child dialog contains a treeview.
The issue is the groupbox on the main window is not "letting" me drop files that I drag from Explorer onto the treeview of the child dialog.
In the attached project, if you drag files over the groupbox/treeview overlapped region, its not allowed. If you do it on the "treeview only" region, it works ok.
This is a stripped down version the problem I am facing (so the actual code for handling of the WM_DROPFILES message is not here)
Does anyone know what exactly is the issue? If this problem continues, I guess I will have to do _without_ a groupbox (But, a groupbox looks better :sad: :sad: )
Regards,
Shantanu
WS_CLIPCHILDREN for the groupbox, maybe?
WS_CLIPCHILDREN for the groupbox, maybe?
Tried it, doesn't work (here atleast) :sad: :sad: Does it work at your end?
Regards,
Shantanu