How to create a context menu in C#

前端 未结 3 836

I want to create a context menu using C# that will display next to the node similar to what happens here in Visual Studio:

3条回答
  •  既然无缘
    2021-01-21 04:16

    You should read and try ContextMenu control of c#. I think it will resolve your problem rather than the technique you used..... Or other than use, myform.showdialog(); with setbounds() methods.

提交回复
热议问题