How do you programmtically cause a treeview to post a %TVN_SELCHANGED message? Assume an item is already selected with TreeView_SelectItem.
Bob Mechler
Bob Mechler
IF @lpTV.action = %TVC_BYMOUSE THEN
CONTROL SET TEXT hdlg,ID_MENU_CHOICE,COPT$ IF @lpTV.action = %TVC_BYMOUSE THEN KeyBd_Event %VK_RETURN, MapVirtualKey(%VK_RETURN, 0), 0, 0: SLEEP 0 KeyBd_Event %VK_RETURN, MapVirtualKey(%VK_RETURN, 0), %KEYEVENTF_KEYUP, 0: SLEEP 0 END IF
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment