Relative Content

Tag Archive for c#winforms

Dynamically extending/loading a formular

i have a questionnaire like formular with (depends on configuration) 3 to n pages realized with a tab control. The instantiation is horribly slow, but thats surely caused by the control count that can easily reach 100 (f.e. 13 questions with 1 label and 7 radio buttons each) on a single page.

Dynamically extending/loading a formular

i have a questionnaire like formular with (depends on configuration) 3 to n pages realized with a tab control. The instantiation is horribly slow, but thats surely caused by the control count that can easily reach 100 (f.e. 13 questions with 1 label and 7 radio buttons each) on a single page.

How to disable TAB key in ContextMenuStrip?

I have a simple and old windows forms app with a MenuStrip and ContextMenuStrip and I need that the TAB key doesn’t iterate thru the items, it has to be just the arrow keys.

How to disable TAB key in ContextMenuStrip?

I have a simple and old windows forms app with a MenuStrip and ContextMenuStrip and I need that the TAB key doesn’t iterate thru the items, it has to be just the arrow keys.

How to disable TAB key in ContextMenuStrip?

I have a simple and old windows forms app with a MenuStrip and ContextMenuStrip and I need that the TAB key doesn’t iterate thru the items, it has to be just the arrow keys.