few questons handling the common controls
-
Hi there, I'm quite a newbe in MFC so i have a few questons handling the common controls : 1. is the a way to catch the Mouse Right click inside a CComboBox - the default is to show a PopUp menu and i want to do somethig else, how can it be done ? 2. How to cancel the edit mode in a CCombo box (so i can not type in it ? 3. Whats the command to select a line in a CListCtrl ( i tried CListCtrl::SelectItem but nothing happens)? - all i want to do is make a line selected at runtime ?!? 4. I', using CTreeCtrl and i want to make some nodes disabled in some conditions and enabled in others, or when a user click a node that shouldn't be enabled to return to the previous node after showing an error message - how can this be done ? Thank you alot for your time, Ariel.