Which controls can not be placed in MDI ?
Answers were Sorted based on User's Feedback
Answer / praveena
All the controls that cannot be placed on the MDI. Only
certain controls can be pleced on the MDI they are Picture
Box, Tool Strip, Status Bar, Progressvie Bar.
the controls don't have events
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / rajesh
The Controls which are not having align property, those controls cant be placed in MDI Form
Is This Answer Correct ? | 0 Yes | 0 No |
Which property of the progressbar control specifies the amount to increment the current value of the control?
Explain the difference between listindex and tab index?
What is the need of tabindex property is label control?
Explain how to find the current record position in data control?
how to create a set up in vb.net for desktop application please say me steps with examples
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me
what is acomponent in windows applications?
What are the advantages of form?
How is anchoring different from docking?
Name the class to be inherited for creating a custom control.
How do you hide the columns in datagrid?
Extension methods can be both static and normal class methods. Yes/No?