Popup Form
Windows Forms
1
Posts
1
Posters
4
Views
1
Watching
-
I am creating a context menu but there are two problems: 1. I dont know if I should use Control or Form as a base class because ContextMenuStrip is a Control but i dont know how to show control as a form. 2. When i add text box or combobox or any control which needs focus to be used it will activate the context menu form Can you help me ??