Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノードが右クリックされたときに PopupMenu を使用する VB6 の TreeView があります。VB6 PopupMenu のデフォルトの位置はマウス座標であるため、メニューは適切な場所に表示されます。
私が達成したいのは、TreeView ノードが選択されたときに、Popupmenu が KeyDown イベントの適切な場所にも表示されることです。これどうやってするの?