VBA (Visual Basic for Applications) Question:

Explain Which controls can not be placed in MDI?

Tweet Share WhatsApp

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 PDF Read All 39 VBA Questions
Previous QuestionNext Question
Explain the difference between Msgbox Statement and MsgboxQ function?Explain the difference between visual basic, VB script and visual basic applications?