I tried it and you're right. That explains a lot :-S Thank you. I would've wasted a couple more hours on this...
This way though the selection doesn't "jump" to the first item when pressing the down...
Microsoft says that you have to send the EM_SETEVENTMASK message to the CONTOL not to the View itself. Try something like this in your OnInitialUpdate handler:
In an application I have a Form View with a list control (m_ctrlList) in it, among others. The list control is set to report style. There is also a combo box that is supposed to show up,...
I now see that my question doesn't make much sense in the way that i want to pass parameters to the constructor of the view, since the constructor is of course protected...