VBA (Visual Basic for Applications) Question:
Download Questions PDF

Explain Which controls can not be placed in MDI?

Answer:

The Controls which do not have Align property can't be placed on MDI Form.

E.g., Picturebox only has Align property in Standard Components of VB other controls dont have align property an hence can't be drawn on MDI Form.

Timer control can also be placed on MDI form.

Download VBA Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between Msgbox Statement and MsgboxQ function?Explain the difference between visual basic, VB script and visual basic applications?