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.
画面上のカスタムキーボードを作成していますが、すべてのクリックイベントを1つのメソッドに送信し、コントロールの名前に基づいて何をすべきかを決定させる方法を考えています。これは可能ですか?
On Click行を関数の名前、たとえば= MyFunction()に設定できます。
それで:
Function MyFunction() 'The button that was clicked Debug.Print Screen.ActiveControl.Name End Function